summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2015-07-08 11:06:29 -0400
committerJulia Reynolds <juliacr@google.com>2015-07-08 11:20:41 -0400
commitdc04bd42a6bb10eb61216da3cbb7e978686b1ac0 (patch)
treef8867e1b82309544e5223e41571b2e228e99443b /res
parent7ffc31e4e75544dddb57040e6b56542c005d32b3 (diff)
downloadandroid_packages_apps_PackageInstaller-dc04bd42a6bb10eb61216da3cbb7e978686b1ac0.tar.gz
android_packages_apps_PackageInstaller-dc04bd42a6bb10eb61216da3cbb7e978686b1ac0.tar.bz2
android_packages_apps_PackageInstaller-dc04bd42a6bb10eb61216da3cbb7e978686b1ac0.zip
Add some padding so the scroll bar doesn't cover content.
Bug: 22229417 Change-Id: If145801cba085ec4ee405f34e87e5c488183325f
Diffstat (limited to 'res')
-rw-r--r--res/layout/permissions_list.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/permissions_list.xml b/res/layout/permissions_list.xml
index ee906995..c2b2b2a0 100644
--- a/res/layout/permissions_list.xml
+++ b/res/layout/permissions_list.xml
@@ -24,6 +24,7 @@ This is the structure for the list of all permissions.
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
+ android:paddingEnd="4dp"
android:layout_height="wrap_content">
<LinearLayout android:id="@+id/privacylist"
android:orientation="vertical"