Commit 9937f1ba authored by Grigory Fedorov's avatar Grigory Fedorov

Chat message layout changed to better support RTL languages. #234

parent 40273e39
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
android:id="@+id/message_layout" android:id="@+id/message_layout"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minWidth="160dp"
android:orientation="vertical" android:orientation="vertical"
tools:showIn="@layout/chat_viewer_outgoing_message" tools:showIn="@layout/chat_viewer_outgoing_message"
> >
...@@ -28,7 +27,7 @@ ...@@ -28,7 +27,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:autoLink="all" android:autoLink="all"
android:minWidth="160dp"
android:text="Some text\n line \nrgregrere" /> android:text="Some text\n line \nrgregrere" />
</LinearLayout> </LinearLayout>
\ No newline at end of file
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