aboutsummaryrefslogtreecommitdiffstats
path: root/libs/audiowife/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-05-05 10:44:56 +0200
committerChristian S <christian@pix-art.de>2016-05-05 10:44:56 +0200
commitf99eb2c1d9baf9688a82bfdb63466c0e0e58fad6 (patch)
tree1cc4359c67c2bc6ff28d380967d811af37a89c3f /libs/audiowife/src/main/res/values/styles.xml
parent8013668850e92f3dbd6e35bc3be9acddd74a9163 (diff)
added audio player
Diffstat (limited to '')
-rw-r--r--libs/audiowife/src/main/res/values/styles.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/libs/audiowife/src/main/res/values/styles.xml b/libs/audiowife/src/main/res/values/styles.xml
new file mode 100644
index 000000000..6ce89c7ba
--- /dev/null
+++ b/libs/audiowife/src/main/res/values/styles.xml
@@ -0,0 +1,20 @@
+<resources>
+
+ <!--
+ Base application theme, dependent on API level. This theme is replaced
+ by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
+ -->
+ <style name="AppBaseTheme" parent="android:Theme.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>
+
+ <!-- Application theme. -->
+ <style name="AppTheme" parent="AppBaseTheme">
+ <!-- All customizations that are NOT specific to a particular API-level can go here. -->
+ </style>
+
+</resources>