This repository was archived by the owner on Jun 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
java/moe/shizuku/preference Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- package rikka . materialpreference ;
1+ package moe . shizuku . preference ;
22
33import android .content .Context ;
44import android .util .AttributeSet ;
55import info .papdt .express .helper .R ;
6- import moe .shizuku .preference .SimpleMenuPreference ;
76
87/**
98 * A version of {@link ListPreference} that presents the options in a drop down menu rather than a dialog.
Original file line number Diff line number Diff line change 77 android : title =" @string/item_notification_do_not_disturb"
88 android : summary =" @string/item_notification_do_not_disturb_desc" />
99
10- <SimpleMenuPreference android : key =" interval"
10+ <FixedSimpleMenuPreference android : key =" interval"
1111 android : title =" @string/item_notification_interval"
1212 android : summary =" %s"
1313 android : entries =" @array/notification_interval"
Original file line number Diff line number Diff line change 77 android : title =" @string/pref_navigation_tint"
88 android : summary =" @string/pref_navigation_tint_summary" />
99
10- <SimpleMenuPreference android : key =" night_mode"
10+ <FixedSimpleMenuPreference android : key =" night_mode"
1111 android : title =" @string/pref_night_mode"
1212 android : summary =" %s"
1313 android : entries =" @array/night_mode_choices"
You can’t perform that action at this time.
0 commit comments