mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:42:40 +02:00
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:
@@ -319,7 +319,7 @@ class SettingsFragment : PreferenceFragmentCompat(), YesNoDialog.YesNoDialogList
|
|||||||
// set up "Test Notification" preference
|
// set up "Test Notification" preference
|
||||||
val preferenceTestNotification = Preference(context)
|
val preferenceTestNotification = Preference(context)
|
||||||
preferenceTestNotification.title = getString(R.string.pref_test_notification_title)
|
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.summary = getString(R.string.pref_test_notification_summary)
|
||||||
preferenceTestNotification.setOnPreferenceClickListener {
|
preferenceTestNotification.setOnPreferenceClickListener {
|
||||||
// show test notification
|
// show test notification
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user