diff --git a/res/layout/conversation_item_sent.xml b/res/layout/conversation_item_sent.xml index 168f55318e..2686e3ec8a 100644 --- a/res/layout/conversation_item_sent.xml +++ b/res/layout/conversation_item_sent.xml @@ -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"