Commit 1f05781a authored by Grigory Fedorov's avatar Grigory Fedorov

chat_viewer_item: 4 lines input and bottom send button.

parent a3b76734
......@@ -51,7 +51,7 @@
android:hint="@string/chat_input_hint"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:maxLines="5"
android:maxLines="4"
android:scrollbars="vertical"
android:fadingEdge="vertical"
android:focusable="true"
......@@ -67,7 +67,9 @@
android:padding="8dp"
android:src="@drawable/ic_button_send"
android:background="@null"
android:contentDescription="@string/chat_send" />
android:contentDescription="@string/chat_send"
android:layout_gravity="bottom"
/>
</LinearLayout>
</RelativeLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment