From b3e657211d8d3e2ed5e43c39c70e1d36bff3f70c Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Fri, 29 Jul 2016 13:58:30 -0700 Subject: [PATCH] Align battery consumer app title to view start. Bug: 30161009 This makes sure in RTL language app titles start from right. Change-Id: I87030121f39519d09e5872eb4c01ec682f69db55 --- res/layout/battery_active_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/battery_active_view.xml b/res/layout/battery_active_view.xml index b5ada00ed6..bdc0328963 100644 --- a/res/layout/battery_active_view.xml +++ b/res/layout/battery_active_view.xml @@ -26,6 +26,7 @@ android:id="@android:id/title" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textAlignment="viewStart" android:textAppearance="?android:attr/textAppearanceMedium" android:textColor="?android:attr/textColorSecondary" /> -- 2.11.0