Android Question Text on Button

stari

Active Member
Licensed User
Longtime User
I have a Button and text on this button will change with every click. Texts are: ON,OFF, CONTINUE. When the text is "CONTINUE" i must reduce Text.Size. But, in this case, the text is no more centered on vertical position. I have trayed some things without success. Any idea ?
 

Attachments

  • bt.zip
    19.6 KB · Views: 96

DonManfred

Expert
Licensed User
Longtime User
you should find ONE textsize which will be used for all three variants. Or you make the button bigger :D
 
Upvote 0

RandomCoder

Well-Known Member
Licensed User
Longtime User
Have you considered using three greater than symbols ">>>" instead of the word continue?
 
Upvote 0
Top