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

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

React Native allow user to reorder elements in a scrollview list -

multithreading - Exception in Application constructor -