Bug 1194033 - Added background selector to TwoLinPageRow & removed selector override from RemoteTabsListView r=mcomella

MozReview-Commit-ID: A9TwBiTbP0B
This commit is contained in:
Angel Bouzo 2016-01-08 18:03:14 -08:00
parent 681f7f03e5
commit 19b0d06e18
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<org.mozilla.gecko.home.TwoLinePageRow xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/Widget.TwoLinePageRow"
android:layout_width="match_parent"
android:layout_height="@dimen/page_row_height"
android:minHeight="@dimen/page_row_height"/>

View File

@ -114,7 +114,9 @@
<item name="android:textSize">@dimen/menu_item_textsize</item>
</style>
<style name="Widget.TwoLinePageRow" />
<style name="Widget.TwoLinePageRow" >
<item name="android:background">@color/pressed_about_page_header_grey</item>
</style>
<style name="Widget.TwoLinePageRow.Title">
<item name="android:textAppearance">@style/TextAppearance.Widget.Home.ItemTitle</item>
@ -557,7 +559,6 @@
<style name="Widget.RemoteTabsListView" parent="Widget.HomeListView">
<item name="android:childDivider">@color/toolbar_divider_grey</item>
<item name="android:drawSelectorOnTop">true</item>
</style>
<style name="Widget.HistoryListView" parent="Widget.HomeListView">