Transparent Android Label

I have transparent label, on iOS its look great, but on Android I have boarder… If the way is to remove it?


1 Like

Check the border colour is “cleared”.

Yes, my boarder colour is cleared.

1 Like

I can see you have the Border Style as solid. Clear that too.

1 Like

I have clear the border style, but nothing changed…

1 Like

It’s working as expected in my android phone.

1 Like

Very strange… Okay, then I’ll write in support, thanks)

1 Like

Can you do another attempt. Clear the background color of the label?

Try turning on/off raised mode.
Or set the background color to the same as the screen background color.

1 Like

There is a issue/bug in Android. If you set a color to the label it will show a thin line around it even though the border is not set. I’m not sure if this is what he is facing. This is why I asked him to clear background color.

2 Likes

maybe you should try a new phone in Android.

I tried it for 5 times, but nothing changes…

1 Like

It’s a Label, there is no option raised mode, as I know raised mode is available only in button.

1 Like

Yes, if I use the same color as the background, there is still an outline((

1 Like

I do not think that the problem is with the android phone, the application is available in the Play Market. And all of its users have this bug.

1 Like

I was recommending to remove the background color of the label. If the screen or the row/column containing the label has a background color then your label should not use any color to make it transparent. Do not use colors for the label’s background, not even transparent color.

2 Likes