Bug 1268603 - Set history background color to @null. r=ahunt a=ritu

See added comment (and bug it references) for details.

MozReview-Commit-ID: CqS5Oy7MPln
This commit is contained in:
Michael Comella 2016-05-10 14:19:02 -07:00
parent 0dbe2411a9
commit fb5592d751

View File

@ -40,12 +40,15 @@
</LinearLayout>
<!-- HACK: Widget.TwoLinePageRow overrides the background attr but really shouldn't
(bug 1271797). So we override the override and set the background equal to null. -->
<org.mozilla.gecko.widget.FadedSingleColorTextView
android:id="@+id/tab_history_title"
style="@style/Widget.TwoLinePageRow.Title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@null"
android:paddingRight="@dimen/tab_history_title_margin_right"
android:text="@+id/tab_history_title"
android:textSize="@dimen/tab_history_title_text_size"