summaryrefslogtreecommitdiffstats
path: root/res/drawable/action_bar_item_focused.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/action_bar_item_focused.xml')
-rw-r--r--res/drawable/action_bar_item_focused.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/res/drawable/action_bar_item_focused.xml b/res/drawable/action_bar_item_focused.xml
index f34d99b82..13aeb4ced 100644
--- a/res/drawable/action_bar_item_focused.xml
+++ b/res/drawable/action_bar_item_focused.xml
@@ -16,20 +16,9 @@
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
-
<item>
<shape android:shape="rectangle" >
- <solid android:color="#27ffffff" />
+ <solid android:color="@color/action_bar_background_highlight" />
</shape>
</item>
- <item>
- <shape android:shape="rectangle" >
- <solid android:color="#00000000" />
-
- <stroke
- android:width="2dp"
- android:color="#27ffffff" />
- </shape>
- </item>
-
</layer-list> \ No newline at end of file