ActionBarTab ripple draws below selection strip
This won't noticably change Dialer, since the selection strip is
the same color as the ripple color.
Change-Id: Ibf61c6ea0ab8b0c8da520b9b56b6eb521ffc99ef
diff --git a/res-common/drawable/tab_selected_focused.xml b/res-common/drawable/tab_selected_focused.xml
index c81c7aa..b21b0a4 100644
--- a/res-common/drawable/tab_selected_focused.xml
+++ b/res-common/drawable/tab_selected_focused.xml
@@ -16,15 +16,7 @@
-->
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<!-- Tab selected underline -->
- <item android:drawable="@color/tab_selected_color" />
- <!-- Tab background -->
- <item android:drawable="@color/tab_default_color"
- android:bottom="@dimen/tab_selected_underline_height" />
- <item>
- <shape android:shape="rectangle" >
- <stroke
- android:width="4dp"
- android:color="@color/focus_color" />
- </shape>
- </item>
+ <item android:drawable="@drawable/tab_selected" />
+ <!-- Focus rectangle -->
+ <item android:drawable="@drawable/tab_unselected_focused" />
</layer-list>
\ No newline at end of file