mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-02 04:32:02 +00:00
parent
27eaf02485
commit
25ec8230e1
@ -59,6 +59,7 @@
|
||||
android:id="@id/messageText"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textIsSelectable="true"
|
||||
app:layout_alignSelf="flex_start"
|
||||
app:layout_flexGrow="1"
|
||||
app:layout_wrapBefore="true"/>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user