Merge "RTL fix for accounts change activity" into ub-contactsdialer-h-dev
diff --git a/res/layout/contact_editor_accounts_changed_activity_with_text.xml b/res/layout/contact_editor_accounts_changed_activity_with_text.xml
index 7ee30f7..c9d2039 100644
--- a/res/layout/contact_editor_accounts_changed_activity_with_text.xml
+++ b/res/layout/contact_editor_accounts_changed_activity_with_text.xml
@@ -31,6 +31,7 @@
         android:layout_marginEnd="24dp"
         android:layout_marginTop="24dp"
         android:layout_marginBottom="24dp"
+        android:textAlignment="viewStart"
         android:textAppearance="?android:attr/textAppearanceMedium"/>
 
     <View
@@ -62,7 +63,7 @@
             style="?android:attr/buttonBarButtonStyle"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_toLeftOf="@id/right_button"
+            android:layout_toStartOf="@id/right_button"
             android:layout_marginTop="8dp"/>
 
     </RelativeLayout>