mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 21:15:30 +03:00
Fix mentions layout
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
31d2d29a1f
commit
d7e7c29713
1 changed files with 3 additions and 1 deletions
|
@ -49,10 +49,11 @@
|
|||
|
||||
<LinearLayout
|
||||
android:id="@+id/linear_layout"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_marginStart="@dimen/margin_between_elements"
|
||||
android:layout_marginEnd="@dimen/margin_between_elements"
|
||||
android:layout_toEndOf="@id/frame_layout"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
@ -70,6 +71,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:singleLine="true"
|
||||
android:ellipsize="middle"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
tools:text="A week ago"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue