mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1091461 - Fix Tapping anywhere under the 'Private Browsing' tip in the History panel will open the Custom menu when it shouldn't.r=liuche
This commit is contained in:
parent
2f1289b00b
commit
08338cbfa3
@ -32,12 +32,15 @@
|
||||
|
||||
<TextView android:id="@+id/home_empty_hint"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="gone"
|
||||
android:gravity="top|center"
|
||||
android:textAppearance="@style/TextAppearance.EmptyHint"
|
||||
android:textColorLink="#FFA62F"
|
||||
android:layout_weight="4"/>
|
||||
android:textColorLink="#FFA62F" />
|
||||
<!-- Empty spacer view -->
|
||||
<View android:layout_width="match_parent"
|
||||
android:layout_height="0dip"
|
||||
android:layout_weight="1"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user