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

10 lines
386 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<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>