From 31aa3fcf306815004d5d011411956a9999b2d0bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 21 Feb 2014 00:32:17 +0100 Subject: [PATCH] Make titles and subtitles align properly in RTL This is just a cosmetic fix to make the RTL layout look like the normal LTR one. It is, effectively, making non-RTL text be aligned to the right. I suppose that's fine, for the sake of making it readable since we don't want it aligned to the left, breaking the layout. --- res/layout/appdetails.xml | 2 ++ res/layout/applistitem.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/res/layout/appdetails.xml b/res/layout/appdetails.xml index 612cd6512..9d48c5c0d 100644 --- a/res/layout/appdetails.xml +++ b/res/layout/appdetails.xml @@ -49,6 +49,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" + android:textAlignment="viewStart" android:layout_toStartOf="@id/license" /> diff --git a/res/layout/applistitem.xml b/res/layout/applistitem.xml index 941fe112a..5ccf7f6dc 100644 --- a/res/layout/applistitem.xml +++ b/res/layout/applistitem.xml @@ -44,6 +44,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentStart="true" + android:textAlignment="viewStart" android:layout_toStartOf="@id/status" />