Merge pull request #5294 from vector-im/feature/eric/roomlist-green-to-grey

Changes unread marker in item_room.xml
This commit is contained in:
Benoit Marty 2022-02-22 14:27:40 +01:00 committed by GitHub
commit 6d45886e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/5294.misc Normal file
View file

@ -0,0 +1 @@
Changes unread marker in room list from green to grey

View file

@ -15,7 +15,7 @@
android:id="@+id/roomUnreadIndicator"
android:layout_width="4dp"
android:layout_height="0dp"
android:background="?colorSecondary"
android:background="?vctr_content_secondary"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"