diff options
Diffstat (limited to 'res/layout/install_confirm.xml')
-rw-r--r-- | res/layout/install_confirm.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml index f8d54b8..0eb8ba6 100644 --- a/res/layout/install_confirm.xml +++ b/res/layout/install_confirm.xml @@ -25,7 +25,9 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:paddingLeft="8dip" + android:paddingRight="8dip"> <TextView android:id="@+id/install_confirm_question" @@ -34,7 +36,7 @@ android:text="@string/install_confirm_question" android:textAppearance="?android:attr/textAppearanceMedium" style="@style/padded" - android:paddingTop="16dip" + android:paddingTop="12dip" android:paddingBottom="16dip"/> <ScrollView @@ -57,10 +59,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" - android:paddingTop="20dip" - android:paddingLeft="20dip" - android:paddingBottom="20dip"/> - + /> <LinearLayout android:id="@+id/security_settings_list" android:layout_width="match_parent" |