From e2fb9943fb2d5a51a651f138d88473bf7f62e0b9 Mon Sep 17 00:00:00 2001 From: Sascha Haeberling Date: Thu, 22 Aug 2013 13:49:46 -0700 Subject: Proper I18N of the Details dialog, especially for RTL. Bug: 7141309 Change-Id: I27a2efd83b355cf2c7fa6cc6c9b386c1c0496c6b --- res/layout/details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout') diff --git a/res/layout/details.xml b/res/layout/details.xml index dfda0ee22..1fea0a0fb 100644 --- a/res/layout/details.xml +++ b/res/layout/details.xml @@ -19,5 +19,5 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" - android:gravity="left" + android:gravity="start" /> -- cgit v1.2.3