Fix tint on call rows in chat settings.

This commit is contained in:
Cody Henthorne 2023-05-10 10:23:05 -04:00
parent 92e8f125f9
commit 0b6d343616

View file

@ -8,7 +8,7 @@
android:paddingHorizontal="@dimen/dsl_settings_gutter"
android:paddingVertical="14dp">
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/call_icon"
android:layout_width="24dp"
android:layout_height="24dp"
@ -16,6 +16,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:tint="@color/signal_colorOnSurface"
tools:srcCompat="@drawable/ic_update_video_call_missed_16" />
<TextView