Search code examples
androidtextviewdrawable

Android to disable a textview, meanwhile having its drawables enabled


I would like to know whether it is possible to keep a textview disabled but to have its drawable components in a enabled mode. Thanks


Solution

  • No that is not posssible. For doing this you need to take textview and imageview separately