commit | 7fd4bb625d04ec3d6f2b903066c9334c2c7e8bb6 | [log] [tgz] |
---|---|---|
author | Tony Wickham <twickham@google.com> | Thu Jun 15 11:30:37 2017 -0700 |
committer | Tony Wickham <twickham@google.com> | Thu Jun 15 11:30:37 2017 -0700 |
tree | ea0eac363a124f605a6eaeac7c4ef7738c8e6bb1 | |
parent | 7847d10f389425a92e11b29f181acbbebc8b1dab [diff] |
Align widgets labels to view start for RTL Bug: 62593142 Change-Id: I058be62904d0c3a04837331e2da884aca21a598c
diff --git a/res/layout/widgets_list_row_view.xml b/res/layout/widgets_list_row_view.xml index b6e0a0b..1062269 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"