mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-25 17:12:38 +01: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
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 New Issue
Block a user