aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/styles.xml
diff options
context:
space:
mode:
authorrsudev <rasch@munin-soft.de>2013-06-23 22:45:05 +0200
committerrsudev <rasch@munin-soft.de>2013-06-23 22:45:45 +0200
commitf38e587364e95b0fd44eaf81d9c45ca64aa6e4bd (patch)
tree0d366b4ff84da77abb959c8a7a9e3e9f1bab3658 /main/res/values/styles.xml
parente733eb45200b16ed4b59b87c113a3044c52316ca (diff)
downloadcgeo-f38e587364e95b0fd44eaf81d9c45ca64aa6e4bd.zip
cgeo-f38e587364e95b0fd44eaf81d9c45ca64aa6e4bd.tar.gz
cgeo-f38e587364e95b0fd44eaf81d9c45ca64aa6e4bd.tar.bz2
Refactor main activity layout, remove duplicates
Diffstat (limited to 'main/res/values/styles.xml')
-rw-r--r--main/res/values/styles.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/main/res/values/styles.xml b/main/res/values/styles.xml
index da60d0c..fed8e1e 100644
--- a/main/res/values/styles.xml
+++ b/main/res/values/styles.xml
@@ -193,6 +193,21 @@
<item name="android:background">@drawable/count_bcg</item>
<item name="android:text"></item>
</style>
+ <style name="icon_mainscreen_cell_counter">
+ <item name="android:layout_width">74dip</item>
+ <item name="android:layout_height">wrap_content</item>
+ <item name="android:orientation">vertical</item>
+ </style>
+ <style name="icon_mainscreen_cell" parent="icon_mainscreen_cell_counter">
+ <item name="android:layout_margin">4dip</item>
+ </style>
+ <style name="icon_mainscreen_row">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">fill_parent</item>
+ <item name="android:layout_margin">4dip</item>
+ <item name="android:gravity">center_horizontal</item>
+ <item name="android:orientation">horizontal</item>
+ </style>
<!-- current location -->
<style name="location_current">