mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
Fix expiring messages timer colors in dark theme
Fixes #5759 // FREEBIE
This commit is contained in:
parent
5ad7e3b48a
commit
0a3ede7c32
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
|||
android:id="@+id/expiration_indicator"
|
||||
app:empty="@drawable/ic_hourglass_empty_white_18dp"
|
||||
app:full="@drawable/ic_hourglass_full_white_18dp"
|
||||
app:tint="@color/black"
|
||||
app:tint="?conversation_item_sent_text_secondary_color"
|
||||
app:percentage="0"
|
||||
app:offset="0"
|
||||
android:layout_gravity="center_vertical|end"
|
||||
|
|
Loading…
Reference in a new issue