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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -