1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Make ListView inherit from Holo ListView style on Android 11+.

This commit is contained in:
Christophe Beyls 2014-05-26 01:29:52 +02:00
parent 153052461e
commit e66c13af60

View file

@ -3,4 +3,8 @@
<style name="DialogTheme" parent="@android:style/Theme.Holo.Light.Dialog" /> <style name="DialogTheme" parent="@android:style/Theme.Holo.Light.Dialog" />
<style name="ListView.Fosdem" parent="@android:style/Widget.Holo.Light.ListView">
<item name="android:listSelector">@drawable/selectable_background</item>
</style>
</resources> </resources>