aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-05-03 17:06:54 +0200
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-05-03 17:06:54 +0200
commitbe2f7e047a488d5ca7de04dfa5437c290882274e (patch)
treef7a2dc71a1c57bd379a0f840069ef8bd814684e1 /res/values/styles.xml
parent4893d8030b049747e220d58edccb2fd00f3f1bce (diff)
more cleanup in res files
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml36
1 files changed, 9 insertions, 27 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 20cfcf1d..1468283e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,24 +1,6 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
- <!--
- 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>
-
-
- <style name="sectionHeader" parent="android:Widget.Holo.Light.TextView">
+ <style name="sectionHeader" parent="android:Widget.Holo.Light.TextView">
<item name="android:drawableBottom">@drawable/section_header</item>
<item name="android:drawablePadding">4dp</item>
<item name="android:layout_marginTop">8dp</item>
@@ -27,11 +9,11 @@
<item name="android:textColor">#5b5b5b</item>
<item name="android:textStyle">bold</item>
</style>
-
- <style name="Divider">
- <item name="android:layout_width">match_parent</item>
- <item name="android:layout_height">1.5dp</item>
- <item name="android:background">#b7b7b7</item>
- </style>
-
-</resources>
+
+ <style name="Divider">
+ <item name="android:layout_width">match_parent</item>
+ <item name="android:layout_height">1.5dp</item>
+ <item name="android:background">#b7b7b7</item>
+ </style>
+
+</resources> \ No newline at end of file