summaryrefslogtreecommitdiffstats
path: root/tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml')
-rw-r--r--tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml b/tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml
index e5c3b28..88c6488 100644
--- a/tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml
+++ b/tests/appwidgets/AppWidgetHostTest/res/layout/appwidget_host.xml
@@ -16,8 +16,8 @@
<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" >
<TextView
android:layout_width="wrap_content"
@@ -26,7 +26,7 @@
/>
<ScrollView
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
>