Android Question Theme Holo not wrapping text on msgbox

Sub7

Active Member
Licensed User
Longtime User
Morning,
i've added this line of code to the manifest to make the app compatible with Android 5 devices

B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")

The problem is that in gingerbread the text contained on msgboxes does not wrap, i've read something on stackoverflow and from @Informatix thread but i wasn't able to fix the problem.

Anyone know what i should do?

thanks
 

DonManfred

Expert
Licensed User
Longtime User
are you using the latest b4a release? I dont know but maybe it´s of interest here.
 
Upvote 0

Sub7

Active Member
Licensed User
Longtime User
Hey Don =)
no i use a very old b4a version as i had a standard version and i cannot upgrade, i was just thinking of that!

S7
 
Upvote 0

Sub7

Active Member
Licensed User
Longtime User
Ok thanks DonManfred, i wait for someone to confirm this, thank you, kind as always.

Have a good day
 
Upvote 0

mshafiee110

Active Member
Licensed User
Longtime User
I clear @android:style/Theme.Holo in manifest.and it work correctly.
 
Upvote 0
Top