Android Question "AutoTextSizeLabel Class" can i place a bitmap image in background of AutoTextSizeLabel (B4AA)

sunil thomas

Member
Licensed User
Longtime User
"AutoTextSizeLabel Class"
Can I place a bitmap image in background of AutoTextSizeLabel view?
 

udg

Expert
Licensed User
Longtime User
Make mLbl a public variable
Or keep it private and add a function to set the background image. This way when a newer release of the lib is made available you simply add again your special function/functions leaving the rest as is.
ps: remember to clearly comment the code you add, insert it in a Region labeled "added by Sunil" or something like that for easier identification.
 
Upvote 0
Top