Find your content:

Search form

You are here

how to remove android:drawableRight in java programatically

 
Share

Use the below code to remove the drawable

yourTextView.setCompoundDrawablesWithIntrinsicBounds(0, 0, 0, 0);

My Block Status

My Block Content