Bug 1170884 - Remove obsolete layout params. r=mhaigh

Via the ObsoleteLayoutParam android Lint warning. Fixed automagically by
Android Studio.
This commit is contained in:
Michael Comella 2015-06-12 17:27:03 -07:00
parent 3d21bc25e5
commit c37a55d4f8
6 changed files with 2 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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