Android Question button text all in capital

roseller ligores

New Member
Licensed User
Longtime User
can anyone please help why is my button's text all in capital in newer version of android? please advise how to deal with this issue and show small letters in buttons text, thanks.
 

roseller ligores

New Member
Licensed User
Longtime User
Thanks. I'm using B4A 3.82
have changed my manifest asf


<uses-sdk android:minSdkVersion="11" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")

getting error No resource found that matches the given name (at 'theme' with value '@android:style/Theme.Holo').

appreciate your advise.
 
Upvote 0
Top