diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-09-12 13:26:22 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-12 13:26:23 -0700 |
commit | 01bd0f0017ed789fc47f665018a9c72c70cdb504 (patch) | |
tree | e545a385d2d6c1d35f307bb18b060ba8343f022e /res/layout | |
parent | fc76a78c458ac90d7e050ffc233cf9e32a2d9c0b (diff) | |
parent | b806013283bccc213d525618e4e36908bd934564 (diff) | |
download | packages_apps_Settings-01bd0f0017ed789fc47f665018a9c72c70cdb504.zip packages_apps_Settings-01bd0f0017ed789fc47f665018a9c72c70cdb504.tar.gz packages_apps_Settings-01bd0f0017ed789fc47f665018a9c72c70cdb504.tar.bz2 |
Merge "Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)" into jb-mr1-dev
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/app_percentage_item.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/app_percentage_item.xml b/res/layout/app_percentage_item.xml index 41c4060..b5e6db7 100644 --- a/res/layout/app_percentage_item.xml +++ b/res/layout/app_percentage_item.xml @@ -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" |