aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/themes.xml
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-06-02 14:28:35 +0200
commitd2d92f04608e0877a648b08e36e8c6155a8947d3 (patch)
tree8de080bfc067bdf69c3f4003610e6344bb98b055 /main/res/values/themes.xml
parentc2fc75e67cb016ad1884816d5fe432063488359a (diff)
downloadcgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz
cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'main/res/values/themes.xml')
-rw-r--r--main/res/values/themes.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/main/res/values/themes.xml b/main/res/values/themes.xml
index 655d9e1..ef0e2ff 100644
--- a/main/res/values/themes.xml
+++ b/main/res/values/themes.xml
@@ -2,16 +2,18 @@
<resources>
<style name="cgeo_main" parent="android:style/Theme.Wallpaper.NoTitleBar">
+
<!-- system elements -->
<item name="android:windowContentOverlay">@null</item>
</style>
<style name="cgeo" parent="android:style/Theme.NoTitleBar">
+
<!-- system elements -->
<item name="android:buttonStyle">@style/button</item>
<item name="android:editTextStyle">@style/edittext</item>
<item name="android:windowContentOverlay">@null</item>
-
+
<!-- own values: colors -->
<item name="just_color">@color/just_black</item>
<item name="text_color_link">@color/link</item>
@@ -20,8 +22,10 @@
</style>
<style name="dark" parent="cgeo">
+
<!-- system values -->
+
<!-- own values: colors -->
<item name="text_color">@color/text_dark</item>
<item name="text_color_headline">@color/text_headline_dark</item>
@@ -50,8 +54,10 @@
</style>
<style name="light" parent="cgeo">
+
<!-- system values -->
+
<!-- own values: colors -->
<item name="android:windowBackground">@color/just_white</item>
<item name="text_color">@color/text_light</item>
@@ -81,6 +87,7 @@
</style>
<style name="cgeo_popup" parent="android:style/Theme.Dialog">
+
<!-- system elements -->
<item name="android:buttonStyle">@style/button</item>
<item name="android:editTextStyle">@style/edittext</item>
@@ -89,8 +96,10 @@
<!-- TODO: Popup probably doesn't need all these fields set. Should delete unnecessary ones. -->
<style name="popup_dark" parent="cgeo_popup">
+
<!-- system values -->
+
<!-- own values: colors -->
<item name="just_color">@color/just_black</item>
<item name="text_color">@color/text_dark</item>
@@ -124,8 +133,10 @@
<!-- TODO: Popup probably doesn't need all these fields set. Should delete unnecessary ones. -->
<style name="popup_light" parent="cgeo_popup">
+
<!-- system values -->
+
<!-- own values: colors -->
<item name="android:windowBackground">@color/just_white</item>
<item name="text_color">@color/text_light</item>