android - Remove the background of a textview -
i set background textview , want remove dynamically dosen't work, there suggestion?
if (mtoday) { monthview[mrow][mcolumn].setbackgroundresource(r.color.black); } else { monthview[mrow][mcolumn].setbackgroundresource(0); } i found reasonable explanation here why happen, again didn't solve problem.
try this.
txtemail.setbackgroundresource(android.r.color.transparent);
Comments
Post a Comment