[android] Re-factor TextInputViews

This commit is contained in:
Torsten Grote
2018-12-03 11:52:39 -02:00
parent f536cfdab8
commit 8fe49d9961
27 changed files with 416 additions and 266 deletions

View File

@@ -32,9 +32,9 @@
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/margin_medium"
android:layout_marginStart="@dimen/margin_medium"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
android:ellipsize="end"
android:textColor="@color/action_bar_text"
tools:text="Contact Name of someone who chose a long name"/>
@@ -54,6 +54,7 @@
android:id="@+id/text_input_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:hint="@string/message_hint"/>
app:hint="@string/message_hint"
app:supportsAttachments="true"/>
</LinearLayout>