Dear All,
If I choose
for my project, I get the below:
Which is good except for one little thing: The clicked items text does not change as per the below:
Made using
Which however has another problem: The elevation (shadow). I tried:
in the manifest, but the elevation stays. Any idea how to get rid of this?
Thanks in advance!
If I choose
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo")
Which is good except for one little thing: The clicked items text does not change as per the below:
Made using
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Material")
Which however has another problem: The elevation (shadow). I tried:
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Material")
CreateResource(values-v21, theme.xml,
<resources>
<style
name="AppTheme" parent="@android:style/Theme.Material">
<item name="android:elevation">0dp</item>
</style>
in the manifest, but the elevation stays. Any idea how to get rid of this?
Thanks in advance!
Last edited: