mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 17:35:54 +03:00
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:
commit
6d45886e1c
2 changed files with 2 additions and 1 deletions
1
changelog.d/5294.misc
Normal file
1
changelog.d/5294.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Changes unread marker in room list from green to grey
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue