mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
0dbe2411a9
commit
fb5592d751
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user