forked from mirror/monocles_chat
Fix up show subject input
This commit is contained in:
parent
6107827369
commit
b7806dc4c2
1 changed files with 16 additions and 15 deletions
|
@ -152,6 +152,22 @@
|
|||
android:contentDescription="@string/cancel" />
|
||||
</LinearLayout>
|
||||
|
||||
<eu.siacs.conversations.ui.widget.EditMessage
|
||||
android:id="@+id/textinput_subject"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/subject"
|
||||
android:textColor="?colorOnTertiaryContainer"
|
||||
android:textColorHint="@color/hint_on_tertiary_container"
|
||||
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
||||
android:layout_above="@+id/textsend"
|
||||
android:maxLines="1"
|
||||
android:padding="8dp"
|
||||
android:layout_marginHorizontal="60dp"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
||||
android:visibility="gone" />
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/textsend"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -195,21 +211,6 @@
|
|||
|
||||
</androidx.recyclerview.widget.RecyclerView>
|
||||
|
||||
<eu.siacs.conversations.ui.widget.EditMessage
|
||||
android:id="@+id/textinput_subject"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/subject"
|
||||
android:textColor="?colorOnTertiaryContainer"
|
||||
android:textColorHint="@color/hint_on_tertiary_container"
|
||||
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
||||
android:layout_above="@+id/textinput"
|
||||
android:maxLines="1"
|
||||
android:padding="8dp"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:inputType="textShortMessage|textMultiLine|textCapSentences"
|
||||
android:visibility="gone" />
|
||||
|
||||
<eu.siacs.conversations.ui.widget.EditMessage
|
||||
android:id="@+id/textinput"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Add table
Reference in a new issue