diff --git a/app/src/main/res/drawable/off_on.xml b/app/src/main/res/drawable/switch_off_on.xml similarity index 100% rename from app/src/main/res/drawable/off_on.xml rename to app/src/main/res/drawable/switch_off_on.xml diff --git a/app/src/main/res/layout/fragment_options_notifications.xml b/app/src/main/res/layout/fragment_options_notifications.xml index 4407a5242f..0b86bcb8bc 100644 --- a/app/src/main/res/layout/fragment_options_notifications.xml +++ b/app/src/main/res/layout/fragment_options_notifications.xml @@ -69,7 +69,7 @@ app:layout_constraintBottom_toBottomOf="@+id/btnManageDefault" app:layout_constraintStart_toEndOf="@+id/btnManageDefault" app:layout_constraintTop_toTopOf="@+id/btnManageDefault" - app:srcCompat="@drawable/off_on" /> + app:srcCompat="@drawable/switch_off_on" /> + app:srcCompat="@drawable/switch_off_on" />