From 64a662184a8ef99490ed811f6e38352c1ad2342f Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Mon, 15 Dec 2014 15:23:51 -0800 Subject: [PATCH] Always use LTR alignment for time picker HH:MM header BUG: 18697150 Change-Id: Ia152d1e8ac7ec70db94c64ca8dd2096dabdaffc3 --- core/res/res/layout/time_header_label.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/time_header_label.xml b/core/res/res/layout/time_header_label.xml index 07d17665c60b5..6ccde33fbea50 100644 --- a/core/res/res/layout/time_header_label.xml +++ b/core/res/res/layout/time_header_label.xml @@ -33,7 +33,7 @@ android:id="@+id/hours" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:gravity="end" + android:gravity="right" android:layoutDirection="locale" />