mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
[android] Split out an EmojiTextInputView from TextInputViews
This also removes the TextInputController whose job is now done by the view.
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
</attr>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="EmojiTextInputView">
|
||||
<attr name="textPaddingBottom" format="dimension"/>
|
||||
<attr name="textPaddingEnd" format="dimension"/>
|
||||
<attr name="maxTextLines" format="integer"/>
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="TextInputView">
|
||||
<attr name="hint" format="string"/>
|
||||
<attr name="allowEmptyText" format="boolean"/>
|
||||
|
||||
Reference in New Issue
Block a user