Fix alignment bugs for Contacts UI on RTL languages.
1) Suggestion card UI.
2) Compact editor view spinner label and account picker.
3) Full editor UI.
BUG 25560935
Change-Id: I1474b4d77a045bc0a8c1ac1e52afe7154817d2a9
diff --git a/res/layout/compact_account_info.xml b/res/layout/compact_account_info.xml
index 95fced2..dda4fe4 100644
--- a/res/layout/compact_account_info.xml
+++ b/res/layout/compact_account_info.xml
@@ -51,6 +51,7 @@
android:singleLine="true"
android:textColor="@color/primary_text_color"
android:ellipsize="end"
+ android:textAlignment="viewStart"
/>
<TextView