|
@@ -34,8 +34,6 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
- android:layout_alignParentRight="true"
|
|
|
- android:layout_marginLeft="@dimen/message_outcoming_bubble_margin_left"
|
|
|
android:layout_marginStart="@dimen/message_outcoming_bubble_margin_left"
|
|
|
app:alignContent="stretch"
|
|
|
app:alignItems="stretch"
|
|
@@ -46,6 +44,7 @@
|
|
|
android:id="@id/messageText"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:textIsSelectable="true"
|
|
|
android:layout_alignWithParentIfMissing="true"/>
|
|
|
|
|
|
<TextView
|