srctree

Roee Hershberg parent 421c2775 691a73fe
Fix new line button not showing when typing a message

inlinesplit
atox/src/main/res/layout/fragment_chat.xml added: 2, removed: 2, total 0
@@ -68,7 +68,7 @@
android:layout_weight="1"
android:hint="@string/message"
android:importantForAutofill="no"
android:inputType="textMultiLine|textCapSentences|textShortMessage"
android:inputType="textMultiLine|textCapSentences"
android:maxHeight="256dp"
tools:targetApi="26"/>