Fix tint on call rows in chat settings.
This commit is contained in:
parent
92e8f125f9
commit
0b6d343616
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue