mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
changes roomUnreadIndicator colour in item_room.xml
This commit is contained in:
parent
116f7d0575
commit
f187bffc11
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue