mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 04:59:34 +01:00
Clean up
This commit is contained in:
parent
8e80655729
commit
f66622b603
@ -20,8 +20,8 @@
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_toEndOf="@id/quoteColoredView"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_toEndOf="@id/quoteColoredView"
|
||||
tools:src="@tools:sample/avatars[0]" />
|
||||
|
||||
<androidx.emoji.widget.EmojiTextView
|
||||
@ -29,9 +29,9 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignBottom="@id/quotedUserAvatar"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_toEndOf="@id/quotedUserAvatar"
|
||||
android:ellipsize="end"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:textSize="12sp"
|
||||
tools:text="Mario" />
|
||||
|
||||
@ -63,10 +63,10 @@
|
||||
android:id="@+id/quotedMessage"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="14sp"
|
||||
android:layout_below="@id/quotedMessageImage"
|
||||
android:layout_alignStart="@id/quotedUserAvatar"
|
||||
android:lineSpacingMultiplier="1.2"
|
||||
android:textSize="14sp"
|
||||
app:layout_alignSelf="flex_start"
|
||||
app:layout_flexGrow="1"
|
||||
app:layout_wrapBefore="true"
|
||||
|
Loading…
Reference in New Issue
Block a user