Update icons across home screen and settings screen.

This commit is contained in:
clark-signal
2023-01-12 16:10:32 -05:00
committed by Cody Henthorne
parent 011c85c75b
commit c3c8f8e7e6
82 changed files with 432 additions and 254 deletions

View File

@@ -43,7 +43,7 @@
app:layout_constraintBottom_toBottomOf="@id/edit_notification_profile_name_wrapper"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/edit_notification_profile_name_wrapper"
app:srcCompat="@drawable/ic_add_emoji"
app:srcCompat="@drawable/symbol_emoji_plus_24"
app:tint="@color/signal_text_secondary" />
<com.google.android.material.textfield.TextInputLayout
@@ -78,7 +78,7 @@
app:layout_constraintBottom_toBottomOf="@id/edit_notification_profile_name_wrapper"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/edit_notification_profile_name_wrapper"
app:srcCompat="@drawable/ic_x"
app:srcCompat="@drawable/symbol_x_24"
app:tint="@color/signal_text_secondary" />
<TextView