Android Question Several texts in a button

h725

Active Member
Licensed User
Longtime User
Hello Community !

I would like to know if it is possible to realize a button with 2 or 3 independent textfields.
The textfields should be accessed like this:

btn.text1 = "text1"
btn.text2 = "text2"
btn.text3 = "text3"

And in the button the texts are on a specific position:

text1
text2
text3

I made some research on the forum but did not get a solution.

Kind regards
h725
 
Top