Merge "Move "More fields" text on compact contact editor to the end"
diff --git a/res/layout/compact_contact_editor_fields.xml b/res/layout/compact_contact_editor_fields.xml
index aa0b325..723c952 100644
--- a/res/layout/compact_contact_editor_fields.xml
+++ b/res/layout/compact_contact_editor_fields.xml
@@ -68,11 +68,12 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingStart="@dimen/expanding_entry_card_item_image_spacing"
+ android:paddingEnd="@dimen/expanding_entry_card_item_image_spacing"
android:gravity="center_vertical"
android:paddingBottom="@dimen/expanding_entry_card_button_padding_vertical"
android:paddingTop="@dimen/expanding_entry_card_button_padding_vertical"
android:text="@string/compact_editor_more_fields"
+ android:textAlignment="viewEnd"
android:textColor="@color/expanding_entry_card_button_text_color"
android:textSize="@dimen/expanding_entry_card_title_text_size"/>