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:
Allison Naaktgeboren 2015-01-21 15:10:11 -08:00
parent 2f1289b00b
commit 08338cbfa3

View File

@ -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>