OSDN Git Service

Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)
authorFabrice Di Meglio <fdimeglio@google.com>
Wed, 12 Sep 2012 01:01:38 +0000 (18:01 -0700)
committerFabrice Di Meglio <fdimeglio@google.com>
Wed, 12 Sep 2012 01:01:51 +0000 (18:01 -0700)
- fix Data Usage text direction for list items

Change-Id: I938fa77e7cfb2a900daa9f5d081c8e2fd63a42cf

res/layout/app_percentage_item.xml

index 41c4060..b5e6db7 100644 (file)
@@ -39,7 +39,8 @@
         android:layout_gravity="fill_horizontal"
         android:singleLine="true"
         android:ellipsize="marquee"
-        android:textAppearance="?android:attr/textAppearanceMedium" />
+        android:textAppearance="?android:attr/textAppearanceMedium"
+        android:textDirection="locale" />
 
     <TextView
         android:id="@android:id/text1"