summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/res/layout/bluetooth_request_permission_test.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/res/layout/bluetooth_request_permission_test.xml b/tests/res/layout/bluetooth_request_permission_test.xml
index 8bb0daa..4d54544 100644
--- a/tests/res/layout/bluetooth_request_permission_test.xml
+++ b/tests/res/layout/bluetooth_request_permission_test.xml
@@ -16,18 +16,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<ListView android:id="@+id/msg_container"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:transcriptMode="normal"/>
<LinearLayout
android:orientation="horizontal"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@android:style/ButtonBar">