mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 10:45:47 +08:00
Update Demo support PreferenceFragment
This commit is contained in:
10
demo-module/src/main/res/xml/settings_preferences.xml
Normal file
10
demo-module/src/main/res/xml/settings_preferences.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<PreferenceCategory app:title="Normal Preference">
|
||||
<SwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="show_dialog_when_demo_app_opend"
|
||||
app:summary="Open a dialog on start Demo App"
|
||||
app:title="Show Dialog" />
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user