summaryrefslogtreecommitdiffstats
path: root/res/layout/install_confirm.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/install_confirm.xml')
-rwxr-xr-xres/layout/install_confirm.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/install_confirm.xml b/res/layout/install_confirm.xml
index ca5dbd0d..6072579e 100755
--- a/res/layout/install_confirm.xml
+++ b/res/layout/install_confirm.xml
@@ -23,7 +23,6 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/padded"
android:orientation="vertical"
android:layout_weight="1"
android:layout_width="match_parent"
@@ -35,8 +34,8 @@
android:layout_height="wrap_content"
android:text="@string/install_confirm_question"
android:textAppearance="?android:attr/textAppearanceMedium"
+ style="@style/padded"
android:paddingTop="16dip"
- android:paddingLeft="16dip"
android:paddingBottom="16dip"/>
<ScrollView
@@ -50,7 +49,8 @@
android:id="@+id/permissions_section"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginRight = "2dip"
+ android:layout_marginRight="?android:attr/scrollbarSize"
+ style="@style/padded"
android:orientation="vertical">
<TextView
android:id="@+id/security_settings_desc"