[android] Require users of TextInputView to set its controller

This commit is contained in:
Torsten Grote
2018-12-04 12:39:31 -02:00
parent 419f2d966a
commit c7f4e976ed
13 changed files with 132 additions and 124 deletions

View File

@@ -54,7 +54,6 @@
android:id="@+id/text_input_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:hint="@string/message_hint"
app:supportsAttachments="true"/>
app:hint="@string/message_hint"/>
</LinearLayout>

View File

@@ -22,7 +22,6 @@
<declare-styleable name="TextInputView">
<attr name="hint" format="string"/>
<attr name="allowEmptyText" format="boolean"/>
<attr name="supportsAttachments" format="boolean"/>
</declare-styleable>
<declare-styleable name="LargeTextInputView">