Android Question Label Over Button problem

EduardoElias

Well-Known Member
Licensed User
Longtime User
Hi there!

I have a Button and I use its text property, but I needed another text besides it, so I have created a Label with the same TOP and LEFT of the button and defined my text.

It show fine over the button the text.

Now I got a tablet with android 6 where this behavior is not working. The label is always behind the button even trying to use the BringToFront for the Label or SendToBack for the Button.

I have set Button.Visible=false and the label shows up, proving it is there in the right position just behind the button.

(see, the Text property of the button is already in use, what i need is a second text)

Use in many 4.X tablets and it does work fine. Not sure if ever tested on 5, but this tablet has an android 6, not sure this is an android issue either, since this is cheap android tablet and could be a bad configured android.

Any clues for this?
 

DonManfred

Expert
Licensed User
Longtime User
Inform about Elevation. Search forum.
 
Upvote 0
Top