[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

@@ -21,6 +21,8 @@
<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">