diff options
Diffstat (limited to 'res/values-v11/styles.xml')
-rw-r--r-- | res/values-v11/styles.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-v11/styles.xml b/res/values-v11/styles.xml new file mode 100644 index 00000000..04ab9a85 --- /dev/null +++ b/res/values-v11/styles.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="BasicButton">
+ <item name="android:background">?android:selectableItemBackground</item>
+ </style>
+</resources>
\ No newline at end of file |