]> gitweb.fperrin.net Git - Dictionary.git/blob - res/values-v11/styles.xml
45064cdd4cce0c437a43adbe9f4b2f45ab563d48
[Dictionary.git] / res / values-v11 / styles.xml
1 <resources>
2
3     <style name="AppBaseThemeLight" parent="@style/Theme.AppCompat.Light">
4         <!--
5             Theme customizations available in newer API levels can go in
6             res/values-vXX/styles.xml, while customizations related to
7             backward-compatibility can go here.
8         -->
9     </style>
10
11     <style name="AppBaseThemeDark" parent="@style/Theme.AppCompat">
12         <!--
13             Theme customizations available in newer API levels can go in
14             res/values-vXX/styles.xml, while customizations related to
15             backward-compatibility can go here.
16         -->
17     </style>
18
19     <style name="BorderlessButton">
20         <item name="android:background">?android:attr/selectableItemBackground</item>
21         <item name="android:paddingLeft">4dip</item>
22         <item name="android:paddingRight">4dip</item>
23     </style>
24
25 </resources>