mirror of
https://github.com/Michatec/Radio.git
synced 2026-05-31 00:52: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
|
||||
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
Reference in New Issue
Block a user