Files
app_Settings/res/xml/smart_forwarding_switch.xml
Chaohui Wang 70c4dcd507 Migrate xml to SwitchPreferenceCompat
Bug: 285231003
Test: manual - on affected pages
Change-Id: I83283fcc4b241596a8f0cdf5299417bce2810d0c
2023-10-25 14:22:20 +08:00

13 lines
516 B
XML

<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>