mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-18 21:10:02 +03:00
Unread marker: follow accent color
Change-Id: I9fe33ed237146105297ebac26afa4bce279152ff
This commit is contained in:
parent
51aec8551b
commit
06ab920ef8
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:background="@color/notification_accent_color" />
|
||||
android:background="?colorAccent" />
|
||||
|
||||
<TextView
|
||||
style="@style/Widget.Vector.TextView.Subtitle"
|
||||
|
@ -24,6 +24,6 @@
|
|||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:text="@string/timeline_unread_messages"
|
||||
android:textColor="@color/notification_accent_color" />
|
||||
android:textColor="?colorAccent" />
|
||||
|
||||
</FrameLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue