From 33787156266b657996be0bf79f969d08ee70c9ba Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 8 Jan 2010 15:07:10 -0800 Subject: Deprecate fill_parent and introduce match_parent. Bug: #2361749. --- res/layout/widget.xml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'res/layout/widget.xml') diff --git a/res/layout/widget.xml b/res/layout/widget.xml index 1e22dbe..210fcc1 100644 --- a/res/layout/widget.xml +++ b/res/layout/widget.xml @@ -16,8 +16,8 @@ @@ -25,7 +25,7 @@ android:id="@+id/btn_wifi" android:layout_width="0dip" android:layout_weight="1" - android:layout_height="fill_parent" + android:layout_height="match_parent" android:background="@drawable/appwidget_button_left" android:clickable="true" android:focusable="true" @@ -33,7 +33,7 @@ @@ -49,7 +49,7 @@ @@ -57,7 +57,7 @@ android:id="@+id/btn_bluetooth" android:layout_width="0dip" android:layout_weight="1" - android:layout_height="fill_parent" + android:layout_height="match_parent" android:background="@drawable/appwidget_button_center" android:clickable="true" android:focusable="true" @@ -65,7 +65,7 @@ @@ -82,7 +82,7 @@ @@ -90,7 +90,7 @@ android:id="@+id/btn_gps" android:layout_width="0dip" android:layout_weight="1" - android:layout_height="fill_parent" + android:layout_height="match_parent" android:background="@drawable/appwidget_button_center" android:clickable="true" android:focusable="true" @@ -98,7 +98,7 @@ @@ -114,7 +114,7 @@ @@ -122,7 +122,7 @@ android:id="@+id/btn_sync" android:layout_width="0dip" android:layout_weight="1" - android:layout_height="fill_parent" + android:layout_height="match_parent" android:background="@drawable/appwidget_button_center" android:clickable="true" android:focusable="true" @@ -130,7 +130,7 @@ @@ -146,7 +146,7 @@ @@ -154,7 +154,7 @@ android:id="@+id/btn_brightness" android:layout_width="0dip" android:layout_weight="1" - android:layout_height="fill_parent" + android:layout_height="match_parent" android:background="@drawable/appwidget_button_right" android:clickable="true" android:focusable="true" @@ -162,7 +162,7 @@ -- cgit v1.1