diff options
Diffstat (limited to 'res/layout/install_confirm.xml')
-rwxr-xr-x | res/layout/install_confirm.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index 9634098..8039e5d 100755 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -25,7 +25,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_weight="1" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView @@ -39,7 +39,7 @@ android:paddingBottom="20dip"/> <ScrollView - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:fillViewport="true" android:layout_weight="1"> @@ -47,7 +47,7 @@ <!-- Security settings description. --> <LinearLayout android:id="@+id/permissions_section" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginRight = "2dip" android:orientation="vertical"> @@ -63,7 +63,7 @@ <LinearLayout android:id="@+id/security_settings_list" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1.0" android:orientation="vertical"/> @@ -73,7 +73,7 @@ <!-- OK confirm and cancel buttons. --> <LinearLayout android:background="@color/title_background" - android:layout_width="fill_parent" + android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="bottom" android:paddingTop="4dip" |