Kaydet (Commit) 2d407284 authored tarafından Artur Dryomov's avatar Artur Dryomov

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
üst 30e72a9a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment