changes roomUnreadIndicator colour in item_room.xml
This commit is contained in:
parent
116f7d0575
commit
f187bffc11
|
@ -15,7 +15,7 @@
|
||||||
android:id="@+id/roomUnreadIndicator"
|
android:id="@+id/roomUnreadIndicator"
|
||||||
android:layout_width="4dp"
|
android:layout_width="4dp"
|
||||||
android:layout_height="0dp"
|
android:layout_height="0dp"
|
||||||
android:background="?colorSecondary"
|
android:background="?vctr_content_secondary"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
|
Loading…
Reference in New Issue