summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-06-15 11:30:37 -0700
committerTony Wickham <twickham@google.com>2017-06-15 11:30:37 -0700
commit7fd4bb625d04ec3d6f2b903066c9334c2c7e8bb6 (patch)
treeea0eac363a124f605a6eaeac7c4ef7738c8e6bb1 /res/layout
parent7847d10f389425a92e11b29f181acbbebc8b1dab (diff)
downloadandroid_packages_apps_Trebuchet-7fd4bb625d04ec3d6f2b903066c9334c2c7e8bb6.tar.gz
android_packages_apps_Trebuchet-7fd4bb625d04ec3d6f2b903066c9334c2c7e8bb6.tar.bz2
android_packages_apps_Trebuchet-7fd4bb625d04ec3d6f2b903066c9334c2c7e8bb6.zip
Align widgets labels to view start for RTL
Bug: 62593142 Change-Id: I058be62904d0c3a04837331e2da884aca21a598c
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/widgets_list_row_view.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml
index b6e0a0bd7..1062269b1 100644
--- a/res/layout/widgets_list_row_view.xml
+++ b/res/layout/widgets_list_row_view.xml
@@ -41,6 +41,7 @@
android:singleLine="true"
android:textColor="?android:attr/textColorPrimary"
android:textSize="16sp"
+ android:textAlignment="viewStart"
launcher:customShadows="false"
launcher:deferShadowGeneration="true"
launcher:iconDisplay="widget_section"