summaryrefslogtreecommitdiffstats
path: root/res/layout/compose_recipients.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/compose_recipients.xml')
-rw-r--r--res/layout/compose_recipients.xml27
1 files changed, 17 insertions, 10 deletions
diff --git a/res/layout/compose_recipients.xml b/res/layout/compose_recipients.xml
index b10337527..b265318f5 100644
--- a/res/layout/compose_recipients.xml
+++ b/res/layout/compose_recipients.xml
@@ -38,17 +38,24 @@
android:text="@string/to"
style="@style/ComposeHeading" />
- <com.android.ex.chips.RecipientEditTextView
- android:id="@+id/to"
- android:contentDescription="@string/to"
- android:dropDownAnchor="@id/to_content"
- style="@style/ToRecipientEditTextViewStyle" />
+ <LinearLayout
+ android:id="@+id/compose_to_dropdown_anchor"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content">
+
+ <com.android.ex.chips.RecipientEditTextView
+ android:id="@+id/to"
+ android:contentDescription="@string/to"
+ android:dropDownAnchor="@id/to_content"
+ style="@style/ToRecipientEditTextViewStyle" />
+
+ <ImageView
+ android:id="@+id/add_cc_bcc"
+ android:src="@drawable/ic_expand_more_24dp"
+ android:contentDescription="@string/add_cc_label"
+ style="@style/ComposeFieldButton" />
- <ImageView
- android:id="@+id/add_cc_bcc"
- android:src="@drawable/ic_expand_more_24dp"
- android:contentDescription="@string/add_cc_label"
- style="@style/ComposeFieldButton" />
+ </LinearLayout>
</LinearLayout>