mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Minor UI fix to add some space between end of meeting title and end of chat bubble
This commit is contained in:
parent
70b4a500d2
commit
5c8e4bcc22
1 changed files with 4 additions and 1 deletions
|
|
@ -128,13 +128,14 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@{model.meetingSubject, default=`Meeting with John`}"
|
||||
android:textSize="13sp"
|
||||
android:textColor="?attr/color_main2_600"
|
||||
android:maxLines="1"
|
||||
android:ellipsize="end"
|
||||
android:drawableStart="@drawable/video_conference"
|
||||
android:drawablePadding="8dp"
|
||||
android:drawablePadding="5dp"
|
||||
app:drawableTint="?attr/color_main2_600"
|
||||
app:layout_constraintStart_toEndOf="@id/day_background"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
@ -145,6 +146,7 @@
|
|||
android:id="@+id/date"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@{model.meetingDate, default=`Tue. 12 November`}"
|
||||
android:textSize="12sp"
|
||||
android:textColor="?attr/color_main2_500"
|
||||
|
|
@ -159,6 +161,7 @@
|
|||
android:id="@+id/time"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:text="@{model.meetingTime, default=`10:00 PM to 12:00 PM`}"
|
||||
android:textSize="12sp"
|
||||
android:textColor="?attr/color_main2_500"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue