summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>