Merge "Set textDirection of app name to locale direction" into oc-dev
am: 319250b1eb

Change-Id: I868f67c90626a39c3c0dd2f4107ab9bd755bb40c
diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml
index c3ffe1a..2db23e4 100644
--- a/res/layout/app_details.xml
+++ b/res/layout/app_details.xml
@@ -85,6 +85,7 @@
                 android:singleLine="false"
                 android:ellipsize="marquee"
                 android:gravity="start"
+                android:textDirection="locale"
                 android:paddingTop="8dp"/>
 
             <TextView