summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-land
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2015-03-24 18:03:38 -0700
committerAlan Viverette <alanv@google.com>2015-03-24 18:03:38 -0700
commitf2525f6802219ad5e983128dc2f7b5a89a507d9c (patch)
tree38b79064456d07607bc7d9689e8cf99d89e71368 /core/res/res/layout-land
parente7f931c4505a6bd62e01bef5193dd724571a672b (diff)
downloadframeworks_base-f2525f6802219ad5e983128dc2f7b5a89a507d9c.zip
frameworks_base-f2525f6802219ad5e983128dc2f7b5a89a507d9c.tar.gz
frameworks_base-f2525f6802219ad5e983128dc2f7b5a89a507d9c.tar.bz2
Clean up time picker attributes and drawing code
Change-Id: I16283d666f49885855a5f9bb3781cea07af058fd
Diffstat (limited to 'core/res/res/layout-land')
-rw-r--r--core/res/res/layout-land/time_picker_material.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/layout-land/time_picker_material.xml b/core/res/res/layout-land/time_picker_material.xml
index 1b85e8f..89c3749 100644
--- a/core/res/res/layout-land/time_picker_material.xml
+++ b/core/res/res/layout-land/time_picker_material.xml
@@ -53,6 +53,7 @@
android:id="@+id/hours"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textAppearance="@style/TextAppearance.Material.TimePicker.TimeLabel"
android:singleLine="true"
android:ellipsize="none"
android:gravity="right"
@@ -64,6 +65,7 @@
android:id="@+id/separator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textAppearance="@style/TextAppearance.Material.TimePicker.TimeLabel"
android:importantForAccessibility="no"
tools:text=":"
tools:textSize="@dimen/timepicker_time_label_size"
@@ -75,6 +77,7 @@
android:id="@+id/minutes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textAppearance="@style/TextAppearance.Material.TimePicker.TimeLabel"
android:singleLine="true"
android:ellipsize="none"
android:gravity="left"
@@ -97,6 +100,7 @@
android:id="@+id/am_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textAppearance="@style/TextAppearance.Material.TimePicker.AmPmLabel"
android:paddingStart="@dimen/timepicker_ampm_horizontal_padding"
android:paddingEnd="@dimen/timepicker_ampm_horizontal_padding"
android:paddingTop="@dimen/timepicker_am_top_padding"
@@ -111,6 +115,7 @@
android:id="@+id/pm_label"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:textAppearance="@style/TextAppearance.Material.TimePicker.AmPmLabel"
android:paddingStart="@dimen/timepicker_ampm_horizontal_padding"
android:paddingEnd="@dimen/timepicker_ampm_horizontal_padding"
android:paddingTop="@dimen/timepicker_pm_top_padding"