summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2016-10-26 18:03:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-10-26 18:03:55 +0000
commit8977c2dcd65266cc60e5c6e3b7688fcdc7fd9761 (patch)
tree20acd1b34cba1db2e33c2e2488bb7eb457c34f10
parent80900ad35f6e7070ec884ab7eece16ec346aaf45 (diff)
parentde497bf6c36a72e310708b3b42892fb1ff9336e6 (diff)
Merge "A little more padding in PrintActivity."
-rw-r--r--packages/PrintSpooler/res/layout/print_activity.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/layout/print_activity.xml b/packages/PrintSpooler/res/layout/print_activity.xml
index 31a776c99e80..94519d425f0a 100644
--- a/packages/PrintSpooler/res/layout/print_activity.xml
+++ b/packages/PrintSpooler/res/layout/print_activity.xml
@@ -49,8 +49,10 @@
android:id="@+id/summary_content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:paddingTop="2dip"
android:paddingStart="16dip"
android:paddingEnd="16dip"
+ android:paddingBottom="8dip"
android:orientation="horizontal"
android:elevation="@dimen/preview_controls_elevation"
android:background="?android:attr/colorPrimary">