]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/values-v11/styles.xml
Fix trailing whitespace and DOS linebreaks.
[Dictionary.git] / res / values-v11 / styles.xml
index 427e62bf72d88c694d60d09a910e84f83a75376e..45064cdd4cce0c437a43adbe9f4b2f45ab563d48 100644 (file)
@@ -1,10 +1,25 @@
-<?xml version="1.0" encoding="utf-8"?>
 <resources>
 
+    <style name="AppBaseThemeLight" parent="@style/Theme.AppCompat.Light">
+        <!--
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        -->
+    </style>
+
+    <style name="AppBaseThemeDark" parent="@style/Theme.AppCompat">
+        <!--
+            Theme customizations available in newer API levels can go in
+            res/values-vXX/styles.xml, while customizations related to
+            backward-compatibility can go here.
+        -->
+    </style>
+
     <style name="BorderlessButton">
         <item name="android:background">?android:attr/selectableItemBackground</item>
         <item name="android:paddingLeft">4dip</item>
         <item name="android:paddingRight">4dip</item>
     </style>
 
-</resources>
\ No newline at end of file
+</resources>