Kbogle24 Member Licensed User Longtime User Feb 9, 2013 #1 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: Galaxy S3: Any ideas on how to fix this?
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: Galaxy S3: Any ideas on how to fix this?
Erel B4X founder Staff member Licensed User Longtime User Feb 10, 2013 #2 Seems like a bug in this style. Try to increase the buttons height. Upvote 0