mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
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
Block a user