fix: 引入Settings的Module
This commit is contained in:
13
Settings/res/xml/smart_forwarding_switch.xml
Normal file
13
Settings/res/xml/smart_forwarding_switch.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="smart_forwarding_preference"
|
||||
android:title="@string/smart_forwarding_title">
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
android:key="smart_forwarding_switch"
|
||||
android:title="Smart forwarding"
|
||||
android:summaryOff="@string/smart_forwarding_summary_disabled"
|
||||
android:summaryOn="@string/smart_forwarding_summary_enabled"
|
||||
android:disableDependentsState="true" />
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user