diff options
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/layout/time_header_label.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/res/layout/time_header_label.xml b/core/res/res/layout/time_header_label.xml index 00cb81b..f5f4a04 100644 --- a/core/res/res/layout/time_header_label.xml +++ b/core/res/res/layout/time_header_label.xml @@ -54,7 +54,6 @@ android:paddingRight="@dimen/timepicker_ampm_left_padding" android:layout_toRightOf="@+id/separator" android:layout_alignBaseline="@+id/separator" - android:textAppearance="?android:attr/timePickerHeaderAmPmLabelTextAppearance" - android:importantForAccessibility="no" /> + android:textAppearance="?android:attr/timePickerHeaderAmPmLabelTextAppearance" /> </RelativeLayout> |