summaryrefslogtreecommitdiffstats
path: root/res/layout/android_beam.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-17 16:03:20 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-17 16:03:20 -0700
commit2968c3c11463c7d9e2843be9d7246fd43ea0a434 (patch)
treeb4034ab0fe3b12547de1bc2e843f44a8ffcab918 /res/layout/android_beam.xml
parentef178541112ce9f22caeca789d393ba073dc662e (diff)
downloadpackages_apps_Settings-2968c3c11463c7d9e2843be9d7246fd43ea0a434.zip
packages_apps_Settings-2968c3c11463c7d9e2843be9d7246fd43ea0a434.tar.gz
packages_apps_Settings-2968c3c11463c7d9e2843be9d7246fd43ea0a434.tar.bz2
Fix padding for AndroidBeam layout
- make it standard See bug: #15384992 Setting Dashboard - padding updates Change-Id: If4443beea744bd8d1ddb79df6ed48bd95b58fad4
Diffstat (limited to 'res/layout/android_beam.xml')
-rw-r--r--res/layout/android_beam.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/android_beam.xml b/res/layout/android_beam.xml
index 4c9acc2..5683840 100644
--- a/res/layout/android_beam.xml
+++ b/res/layout/android_beam.xml
@@ -15,10 +15,11 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
- android:paddingStart="6dip"
- android:paddingEnd="6dip"
- android:layout_width="match_parent" android:layout_height="wrap_content"
- android:scrollbars="vertical" >
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:scrollbars="vertical"
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart"
+ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
<ScrollView
android:layout_width="match_parent"