aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/res/values-v14/styles.xml
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-12 12:40:14 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-12 12:40:14 +0200
commit5a3baec45567f08577556fd768809045199a4380 (patch)
tree4c0b288fcf94c44c3c58b317cefd40f1a17c9c40 /Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/res/values-v14/styles.xml
parent707934d9cbbebc7c3ae57a69af4b4ee82baae22a (diff)
downloadlufa-5a3baec45567f08577556fd768809045199a4380.tar.gz
lufa-5a3baec45567f08577556fd768809045199a4380.tar.bz2
lufa-5a3baec45567f08577556fd768809045199a4380.zip
Add basic Android host application to the Android Accessory Host class driver demo.
Diffstat (limited to 'Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/res/values-v14/styles.xml')
-rw-r--r--Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/res/values-v14/styles.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/res/values-v14/styles.xml b/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/res/values-v14/styles.xml
new file mode 100644
index 000000000..f20e01501
--- /dev/null
+++ b/Demos/Host/ClassDriver/AndroidAccessoryHost/AndroidHostApp/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> \ No newline at end of file