summaryrefslogtreecommitdiff
path: root/res/values-v14/styles.xml
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2016-04-14 13:56:58 -0700
committerEino-Ville Talvala <etalvala@google.com>2016-04-14 14:02:22 -0700
commita8a96dfce795a6621cdf7b890442fa5ed1252a55 (patch)
tree08af4a9ab3773f88ff8cd73d7c29314392f8ed85 /res/values-v14/styles.xml
parent3c34ea04f6ed48559c1d94a4cac1d5e2e5b6517f (diff)
downloadDevCamera-a8a96dfce795a6621cdf7b890442fa5ed1252a55.tar.gz
Initial check-in of Snappy code
Snappy will be the basis of DevCamera, so start with its current state. Bug: 27543253 Change-Id: I672190320d9305dff7b7b095d3256d8a270ad693
Diffstat (limited to 'res/values-v14/styles.xml')
-rw-r--r--res/values-v14/styles.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/values-v14/styles.xml b/res/values-v14/styles.xml
new file mode 100644
index 0000000..a91fd03
--- /dev/null
+++ b/res/values-v14/styles.xml
@@ -0,0 +1,12 @@
+<resources>
+
+ <!--
+ Base application theme for API 14+. This theme completely replaces
+ AppBaseTheme from BOTH res/values/styles.xml and
+ res/values-v11/styles.xml on API 14+ devices.
+ -->
+ <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
+ <!-- API 14 theme customizations can go here. -->
+ </style>
+
+</resources>