style(ui): update test notification icon

Replace the white notification icon with a standard 24dp icon in
SettingsFragment to ensure visual consistency.
This commit is contained in:
2026-05-30 22:30:32 +02:00
parent 64d0f3a71f
commit 6fa1e5e2c0
2 changed files with 11 additions and 1 deletions
@@ -319,7 +319,7 @@ class SettingsFragment : PreferenceFragmentCompat(), YesNoDialog.YesNoDialogList
// set up "Test Notification" preference
val preferenceTestNotification = Preference(context)
preferenceTestNotification.title = getString(R.string.pref_test_notification_title)
preferenceTestNotification.setIcon(R.drawable.ic_notification_app_icon_white_24dp)
preferenceTestNotification.setIcon(R.drawable.ic_notification_app_icon_24dp)
preferenceTestNotification.summary = getString(R.string.pref_test_notification_summary)
preferenceTestNotification.setOnPreferenceClickListener {
// show test notification
File diff suppressed because one or more lines are too long