Merge "Give the AM/PM buttons slightly more content area" into nyc-dev
am: bacbcba682
* commit 'bacbcba682df2d3e08e4e27f1aec3e2e0f57d7e5':
Give the AM/PM buttons slightly more content area
Change-Id: I7a372c073252623a62d40a9aeec2c22576127499
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user