summaryrefslogtreecommitdiffstats
path: root/res/layout/page_info.xml
diff options
context:
space:
mode:
authorRomain Guy <romainguy@android.com>2010-01-08 15:06:43 -0800
committerRomain Guy <romainguy@android.com>2010-01-08 15:11:41 -0800
commit15b8ec6b226f4d57307716e1f495e10a91f8cbf4 (patch)
treefca32553554723742e4ccdf7dd7ae0cc0c8432e1 /res/layout/page_info.xml
parent2290d2174a096d537f8cf899243ecaa9cb88ad5b (diff)
downloadandroid_packages_apps_Gello-15b8ec6b226f4d57307716e1f495e10a91f8cbf4.tar.gz
android_packages_apps_Gello-15b8ec6b226f4d57307716e1f495e10a91f8cbf4.tar.bz2
android_packages_apps_Gello-15b8ec6b226f4d57307716e1f495e10a91f8cbf4.zip
Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
Diffstat (limited to 'res/layout/page_info.xml')
-rw-r--r--res/layout/page_info.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/page_info.xml b/res/layout/page_info.xml
index ee450826..275fcf4d 100644
--- a/res/layout/page_info.xml
+++ b/res/layout/page_info.xml
@@ -16,12 +16,12 @@
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
@@ -40,7 +40,7 @@
<!-- Address: -->
<TableLayout
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">