mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed issue in chat message reply layout for outgoing bubble
This commit is contained in:
parent
453b986f82
commit
9ec927c0c4
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@
|
|||
android:id="@+id/reply"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginStart="32dp"
|
||||
android:text="@{model.replyText, default=`Reply`}"
|
||||
android:textColor="?attr/color_main2_500"
|
||||
android:textSize="14sp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue