summaryrefslogtreecommitdiffstats
path: root/res/layout/radio_info.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:07:10 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:11:59 -0800
commit33787156266b657996be0bf79f969d08ee70c9ba (patch)
treeb04f9f89ddcd63a9f034f62087ebb33422eaec60 /res/layout/radio_info.xml
parent9bd889d7fbad483471e0a4d26f05d2e68b67a2e4 (diff)
downloadpackages_apps_Settings-33787156266b657996be0bf79f969d08ee70c9ba.zip
packages_apps_Settings-33787156266b657996be0bf79f969d08ee70c9ba.tar.gz
packages_apps_Settings-33787156266b657996be0bf79f969d08ee70c9ba.tar.bz2
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout/radio_info.xml')
-rw-r--r--res/layout/radio_info.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/radio_info.xml b/res/layout/radio_info.xml
index 1307666..e9841d0 100644
--- a/res/layout/radio_info.xml
+++ b/res/layout/radio_info.xml
@@ -18,8 +18,8 @@
*/
-->
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent" >
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
<LinearLayout style="@style/info_layout">
@@ -177,14 +177,14 @@
<!-- Preferred Network Type -->
<TextView
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/radio_info_set_perferred_label"
style="@style/info_label"
/>
<Spinner android:id="@+id/preferredNetworkType"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
/>
@@ -197,7 +197,7 @@
/>
<!-- SMSC -->
- <RelativeLayout android:layout_width="fill_parent"
+ <RelativeLayout android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView android:id="@+id/smsc_label"
android:text="@string/radio_info_smsc_label"