aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-05-04 15:31:44 +0200
committerBananeweizen <bananeweizen@gmx.de>2013-05-04 15:31:44 +0200
commitd1acac75b6af3239701a2df020488db2af2dcb05 (patch)
treedec05f3ddc3d092d2a2b03fd5a1f20053c4e7ad5 /main/res/values
parentd4974e33bd2e7816d54709ee40869f79cf56d79c (diff)
downloadcgeo-d1acac75b6af3239701a2df020488db2af2dcb05.zip
cgeo-d1acac75b6af3239701a2df020488db2af2dcb05.tar.gz
cgeo-d1acac75b6af3239701a2df020488db2af2dcb05.tar.bz2
refactoring: unify the action bar layout
Diffstat (limited to 'main/res/values')
-rw-r--r--main/res/values/ids.xml5
-rw-r--r--main/res/values/styles.xml2
2 files changed, 0 insertions, 7 deletions
diff --git a/main/res/values/ids.xml b/main/res/values/ids.xml
deleted file mode 100644
index cfb09cd..0000000
--- a/main/res/values/ids.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<resources>
- <item type="id" name="actionbar_title" />
- <item type="id" name="actionbar_progress" />
-</resources>
diff --git a/main/res/values/styles.xml b/main/res/values/styles.xml
index caa884a..0116577 100644
--- a/main/res/values/styles.xml
+++ b/main/res/values/styles.xml
@@ -81,7 +81,6 @@
</style>
<style name="action_bar_progress" parent="@android:style/Widget.ProgressBar.Small">
- <item name="android:id">@id/actionbar_progress</item>
<item name="android:layout_width">wrap_content</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_marginLeft">15dip</item>
@@ -90,7 +89,6 @@
</style>
<style name="action_bar_title">
- <item name="android:id">@id/actionbar_title</item>
<item name="android:layout_width">0dip</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">1</item>