summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2013-01-24 13:52:54 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-24 13:52:54 -0800
commit5ba8552913de1e910264951ba99f543643622b1b (patch)
tree7105b0349e4fb33d3fe96b7c5cac6bf73da8a2c5 /packages
parent965ce78eb5bd8edca51231983554a2961e314702 (diff)
parentde71ce1ab3cda6030b5838f4cadb4fe974d522c2 (diff)
downloadframeworks_base-5ba8552913de1e910264951ba99f543643622b1b.zip
frameworks_base-5ba8552913de1e910264951ba99f543643622b1b.tar.gz
frameworks_base-5ba8552913de1e910264951ba99f543643622b1b.tar.bz2
am de71ce1a: Merge "Fix recent apps item text position in RTL mode"
# Via Android (Google) Code Review (1) and Fabrice Di Meglio (1) * commit 'de71ce1ab3cda6030b5838f4cadb4fe974d522c2': Fix recent apps item text position in RTL mode
Diffstat (limited to 'packages')
-rw-r--r--packages/SystemUI/res/layout/status_bar_recent_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_recent_item.xml b/packages/SystemUI/res/layout/status_bar_recent_item.xml
index 7ce3a09..6290bb3 100644
--- a/packages/SystemUI/res/layout/status_bar_recent_item.xml
+++ b/packages/SystemUI/res/layout/status_bar_recent_item.xml
@@ -48,6 +48,7 @@
android:ellipsize="marquee"
android:textColor="@color/status_bar_recents_app_label_color"
android:importantForAccessibility="no"
+ android:textAlignment="viewStart"
/>
<FrameLayout android:id="@+id/app_thumbnail"
android:layout_width="wrap_content"
@@ -101,6 +102,7 @@
android:layout_marginTop="3dip"
android:singleLine="true"
android:ellipsize="marquee"
+ android:textAlignment="viewStart"
/>
</RelativeLayout>