diff options
author | Artur Dryomov <artur.dryomov@gmail.com> | 2013-09-26 23:05:06 +0300 |
---|---|---|
committer | Artur Dryomov <artur.dryomov@gmail.com> | 2013-09-30 00:39:23 +0300 |
commit | 2d40728421833a8f1ccca4b55872c1de252c936d (patch) | |
tree | 1a6d8ab60afc52667af49a7f48bd0fea5c09ea3f /android | |
parent | 30e72a9a36750b7326803fa8fa1b8d40648e7e89 (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-x | android/sdremote/res/drawable-hdpi/action_bar_background.9.png | bin | 0 -> 209 bytes | |||
-rwxr-xr-x | android/sdremote/res/drawable-mdpi/action_bar_background.9.png | bin | 0 -> 166 bytes | |||
-rwxr-xr-x | android/sdremote/res/drawable-xhdpi/action_bar_background.9.png | bin | 0 -> 272 bytes | |||
-rw-r--r-- | android/sdremote/res/values/themes.xml | 4 |
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 Binary files differnew file mode 100755 index 000000000000..18d2ea9910e1 --- /dev/null +++ b/android/sdremote/res/drawable-hdpi/action_bar_background.9.png diff --git a/android/sdremote/res/drawable-mdpi/action_bar_background.9.png b/android/sdremote/res/drawable-mdpi/action_bar_background.9.png Binary files differnew file mode 100755 index 000000000000..1a6576437d2e --- /dev/null +++ b/android/sdremote/res/drawable-mdpi/action_bar_background.9.png diff --git a/android/sdremote/res/drawable-xhdpi/action_bar_background.9.png b/android/sdremote/res/drawable-xhdpi/action_bar_background.9.png Binary files differnew file mode 100755 index 000000000000..9c08f1224081 --- /dev/null +++ b/android/sdremote/res/drawable-xhdpi/action_bar_background.9.png 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> |