summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorArtur Dryomov <artur.dryomov@gmail.com>2013-09-26 23:05:06 +0300
committerArtur Dryomov <artur.dryomov@gmail.com>2013-09-30 00:39:23 +0300
commit2d40728421833a8f1ccca4b55872c1de252c936d (patch)
tree1a6d8ab60afc52667af49a7f48bd0fea5c09ea3f /android
parent30e72a9a36750b7326803fa8fa1b8d40648e7e89 (diff)
Change action bar background.
Use 9-patch instead of solid color. The drawable contains a little bottom border which suits action bar better, especially on Jelly Bean MR3 where there are no shadow below the action bar. Change-Id: I2fd34109aae82b52326cf1315c4080e72bdb2530
Diffstat (limited to 'android')
-rwxr-xr-xandroid/sdremote/res/drawable-hdpi/action_bar_background.9.pngbin0 -> 209 bytes
-rwxr-xr-xandroid/sdremote/res/drawable-mdpi/action_bar_background.9.pngbin0 -> 166 bytes
-rwxr-xr-xandroid/sdremote/res/drawable-xhdpi/action_bar_background.9.pngbin0 -> 272 bytes
-rw-r--r--android/sdremote/res/values/themes.xml4
4 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/res/drawable-hdpi/action_bar_background.9.png b/android/sdremote/res/drawable-hdpi/action_bar_background.9.png
new file mode 100755
index 000000000000..18d2ea9910e1
--- /dev/null
+++ b/android/sdremote/res/drawable-hdpi/action_bar_background.9.png
Binary files differ
diff --git a/android/sdremote/res/drawable-mdpi/action_bar_background.9.png b/android/sdremote/res/drawable-mdpi/action_bar_background.9.png
new file mode 100755
index 000000000000..1a6576437d2e
--- /dev/null
+++ b/android/sdremote/res/drawable-mdpi/action_bar_background.9.png
Binary files differ
diff --git a/android/sdremote/res/drawable-xhdpi/action_bar_background.9.png b/android/sdremote/res/drawable-xhdpi/action_bar_background.9.png
new file mode 100755
index 000000000000..9c08f1224081
--- /dev/null
+++ b/android/sdremote/res/drawable-xhdpi/action_bar_background.9.png
Binary files differ
diff --git a/android/sdremote/res/values/themes.xml b/android/sdremote/res/values/themes.xml
index bdf73a3ab341..f066cc84be71 100644
--- a/android/sdremote/res/values/themes.xml
+++ b/android/sdremote/res/values/themes.xml
@@ -10,8 +10,8 @@
</style>
<style name="Theme.ImpressRemote.ActionBar" parent="Widget.Sherlock.Light.ActionBar.Solid.Inverse">
- <item name="android:background">@color/background_action_bar</item>
- <item name="background">@color/background_action_bar</item>
+ <item name="android:background">@drawable/action_bar_background</item>
+ <item name="background">@drawable/action_bar_background</item>
<item name="android:displayOptions">showTitle|showHome|homeAsUp|useLogo</item>
<item name="displayOptions">showTitle|showHome|homeAsUp|useLogo</item>