mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Fixed today text color (in meetings) in dark mode
This commit is contained in:
parent
0497237630
commit
0571862142
3 changed files with 3 additions and 3 deletions
|
|
@ -113,7 +113,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@{model.meetingDayNumber, default=`19`}"
|
||||
android:textColor="?attr/color_main2_000"
|
||||
android:textColor="?attr/color_on_main"
|
||||
android:textSize="20sp"
|
||||
android:paddingBottom="4dp"
|
||||
app:layout_constraintStart_toStartOf="@id/today_background"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:text="@{model.dayNumber, default=`19`}"
|
||||
android:visibility="@{model.firstMeetingOfTheDay ? View.VISIBLE : View.INVISIBLE}"
|
||||
android:textColor="@{model.isToday ? @color/main2_000 : @color/main2_500, default=`#ffffff`}"
|
||||
android:textColor="@{model.isToday ? @color/bc_white : @color/main2_500, default=@color/bc_white}"
|
||||
android:textSize="20sp"
|
||||
android:paddingBottom="4dp"
|
||||
app:layout_constraintStart_toStartOf="@id/today_background"
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@{model.dayNumber, default=`19`}"
|
||||
android:textColor="?attr/color_main2_000"
|
||||
android:textColor="?attr/color_on_main"
|
||||
android:textSize="20sp"
|
||||
android:paddingBottom="4dp"
|
||||
app:layout_constraintStart_toStartOf="@id/today_background"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue