Translucent Theme cuts off text on buttons.

Kbogle24

Member
Licensed User
Longtime User
I am using the following code in my manifest to make my activity transparent. The problem is that older devices like galaxy S2 the text on my buttons are cut off. Galaxy S3 everything looks great.

B4X:
SetActivityAttribute(EditPrayer, android:theme, @android:style/Theme.Translucent.NoTitleBar)

Galaxy S2:
01.png


Galaxy S3:
02.png



Any ideas on how to fix this?
 
Top