mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1170884 - Remove obsolete layout params. r=mhaigh
Via the ObsoleteLayoutParam android Lint warning. Fixed automagically by Android Studio.
This commit is contained in:
parent
3d21bc25e5
commit
c37a55d4f8
@ -21,7 +21,6 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerVertical="true"
|
||||
android:contentDescription="@string/new_tab"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
|
@ -46,8 +46,7 @@
|
||||
android:layout_marginTop="1dip"
|
||||
android:layout_marginBottom="1dip"
|
||||
android:layout_marginLeft="4dip"
|
||||
android:layout_marginRight="10dip"
|
||||
android:layout_centerHorizontal="true"/>
|
||||
android:layout_marginRight="10dip" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
|
@ -37,8 +37,7 @@
|
||||
android:layout_marginTop="1dip"
|
||||
android:layout_marginBottom="1dip"
|
||||
android:layout_marginLeft="10dip"
|
||||
android:layout_marginRight="10dip"
|
||||
android:layout_centerHorizontal="true" />
|
||||
android:layout_marginRight="10dip" />
|
||||
|
||||
<TextView android:id="@+id/notification_text"
|
||||
android:textAppearance="@android:style/TextAppearance.StatusBar.EventContent"
|
||||
|
@ -46,7 +46,6 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerVertical="true"
|
||||
android:contentDescription="@string/new_tab"
|
||||
android:gravity="center"
|
||||
android:orientation="horizontal"
|
||||
|
@ -43,7 +43,6 @@
|
||||
<org.mozilla.gecko.widget.FadedSingleColorTextView
|
||||
android:id="@+id/tab_history_title"
|
||||
style="@style/Widget.TwoLinePageRow.Title"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
|
@ -23,7 +23,6 @@
|
||||
<RelativeLayout android:id="@+id/gecko_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_below="@+id/webapp_titlebar">
|
||||
|
||||
<include layout="@layout/shared_ui_components"/>
|
||||
|
Loading…
Reference in New Issue
Block a user