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

Chat message: auto link "all", still problems with links.

parent 09db9468
......@@ -5,7 +5,10 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:id="@+id/message_layout"
tools:showIn="@layout/chat_viewer_outgoing_message">
android:minWidth="160dp"
tools:showIn="@layout/chat_viewer_outgoing_message"
android:descendantFocusability="blocksDescendants"
>
<TextView
android:id="@+id/message_header"
......@@ -25,8 +28,7 @@
android:id="@+id/message_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:minWidth="160dp"
android:autoLink="all"
android:text="Some text\n line \nrgregrere" />
......
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