Fix bugs on RTL alignments.

1) when Quickcontact displayname is phonenumber.
2) fix alignment for "saving to" account in editor UI.
3) fix alignment for editor text in editor UI.

BUG 19209562
BUG 25513982
BUG 25514141

Change-Id: I7fba04b8a5e26ed4c3f3ccf3954cbc0639909291
diff --git a/res/layout/compact_account_info.xml b/res/layout/compact_account_info.xml
index f81d963..95fced2 100644
--- a/res/layout/compact_account_info.xml
+++ b/res/layout/compact_account_info.xml
@@ -61,6 +61,7 @@
                 android:singleLine="true"
                 android:textColor="@color/secondary_text_color"
                 android:ellipsize="end"
+                android:textAlignment="viewStart"
                 />
 
     </LinearLayout>