summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2016-05-16 15:08:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-05-16 15:08:21 +0000
commit59da2c79a88e0601cfabeae7d80ea428b77fe83c (patch)
treee2ebd3183162f7dc42a1c1e195fa4f20217e7ddf
parent460ba08f491f09d894410cee1ed7fc10409ae6be (diff)
parentef64afe25da3d9813ae30ad672cbc4b8211b62b7 (diff)
Merge "Give the AM/PM buttons slightly more content area" into nyc-dev am: bacbcba682 am: e3698ea7f0
am: ef64afe25d * commit 'ef64afe25da3d9813ae30ad672cbc4b8211b62b7': Give the AM/PM buttons slightly more content area Change-Id: I3dcd6731e514757cc30f8c2ab9ee5725fba987e2
-rw-r--r--core/res/res/layout/time_picker_header_material.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/res/res/layout/time_picker_header_material.xml b/core/res/res/layout/time_picker_header_material.xml
index 7019cedbcd25..8fd87b8219b0 100644
--- a/core/res/res/layout/time_picker_header_material.xml
+++ b/core/res/res/layout/time_picker_header_material.xml
@@ -82,7 +82,10 @@
android:id="@+id/am_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="8dp"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp"
android:layout_marginBottom="-8dp"
android:textAppearance="@style/TextAppearance.Material.TimePicker.AmPmLabel"
android:lines="1"
@@ -96,7 +99,10 @@
android:id="@+id/pm_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:padding="8dp"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp"
android:textAppearance="@style/TextAppearance.Material.TimePicker.AmPmLabel"
android:lines="1"
android:ellipsize="none"