use bold done all for displayed

This commit is contained in:
Daniel Gultsch 2024-04-18 14:36:44 +02:00
parent 1a77356a27
commit 961e0bb025
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
2 changed files with 11 additions and 0 deletions

View file

@ -97,6 +97,7 @@ public class ConversationAdapter
} else {
viewHolder.binding.messageStatus.setImageResource(messageStatusDrawable);
if (status == Message.STATUS_SEND_DISPLAYED) {
viewHolder.binding.messageStatus.setImageResource(R.drawable.ic_done_all_bold_24dp);
ImageViewCompat.setImageTintList(
viewHolder.binding.messageStatus,
ColorStateList.valueOf(

View file

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M268.57,756.18L24.48,512.09L99,438L269,608L269,608L343.09,682.09L268.57,756.18ZM494,738.09L248.78,492.87L324,418.35L494,588.35L860.87,221.48L936.09,296L494,738.09ZM494,493.43L419.48,419.35L617.48,221.35L692,295.43L494,493.43Z"/>
</vector>