Files
briar/briar-android/src/main/res/layout/fragment_message.xml
2019-11-01 11:47:35 -03:00

10 lines
450 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.briarproject.briar.android.view.LargeTextInputView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/messageView"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:allowEmptyText="true"
app:buttonText="@string/forum_share_button"
app:fillHeight="true"
app:hint="@string/forum_share_message" />