]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values-v11/styles.xml
Switch to app compat preferences.
[Dictionary.git] / res / values-v11 / styles.xml
1 <resources>
2
3     <style name="AppBaseThemeLight" parent="@style/Theme.AppCompat.Light">
4         <item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
5         <!--
6             Theme customizations available in newer API levels can go in
7             res/values-vXX/styles.xml, while customizations related to
8             backward-compatibility can go here.
9         -->
10     </style>
11
12     <style name="AppBaseThemeDark" parent="@style/Theme.AppCompat">
13         <item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
14         <!--
15             Theme customizations available in newer API levels can go in
16             res/values-vXX/styles.xml, while customizations related to
17             backward-compatibility can go here.
18         -->
19     </style>
20 </resources>