mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
[android] Require users of TextInputView to set its controller
This commit is contained in:
@@ -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>
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user