[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

@@ -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">