From e1e45d02c1f5ac4f04c19b51c17ed0bb242ec1f7 Mon Sep 17 00:00:00 2001 From: Roozbeh Pournader Date: Wed, 10 May 2017 12:54:53 -0700 Subject: [PATCH] Set textDirection of app name to locale direction Test: Manual Fixes: 37347408 Change-Id: Icc01f3fdcf584c839cbbff151696171fb3c33c90 --- res/layout/app_details.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/app_details.xml b/res/layout/app_details.xml index c3ffe1a47d7..2db23e40ac8 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"/>