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.
Galaxy S2:
Galaxy S3:
Any ideas on how to fix this?
B4X:
SetActivityAttribute(EditPrayer, android:theme, @android:style/Theme.Translucent.NoTitleBar)
Galaxy S2:
Galaxy S3:
Any ideas on how to fix this?