summaryrefslogtreecommitdiffstats
path: root/res/layout/data_usage_header.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-17 15:53:39 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-17 15:53:39 -0700
commitef178541112ce9f22caeca789d393ba073dc662e (patch)
tree2c2c236ecea4733f36169104f12b67727f27daaa /res/layout/data_usage_header.xml
parent726ee07aba1f7e3a76a5b8bd1d521af0788c8357 (diff)
downloadpackages_apps_Settings-ef178541112ce9f22caeca789d393ba073dc662e.zip
packages_apps_Settings-ef178541112ce9f22caeca789d393ba073dc662e.tar.gz
packages_apps_Settings-ef178541112ce9f22caeca789d393ba073dc662e.tar.bz2
Fix padding in DataUsageSummary layouts
- make it consistent with the rest of the Settings App Change-Id: Ia0ae31dcea1f4d9f6e477edce076197193fbbb82
Diffstat (limited to 'res/layout/data_usage_header.xml')
-rw-r--r--res/layout/data_usage_header.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/layout/data_usage_header.xml b/res/layout/data_usage_header.xml
index 0a8006b..bc92c34 100644
--- a/res/layout/data_usage_header.xml
+++ b/res/layout/data_usage_header.xml
@@ -19,7 +19,9 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:clipChildren="false"
- android:clipToPadding="false">
+ android:clipToPadding="false"
+ android:paddingStart="?android:attr/listPreferredItemPaddingStart"
+ android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">
<FrameLayout
android:id="@+id/network_switches_container"