Twidere-App-Android-Twitter.../twidere/src/main/res/xml/preferences_other.xml

36 lines
1.2 KiB
XML
Raw Normal View History

2014-07-03 07:48:39 +02:00
<?xml version="1.0" encoding="utf-8"?>
2016-03-25 05:14:29 +01:00
<!--suppress AndroidElementNotAllowed -->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/other_settings">
<Preference
2015-03-19 17:19:57 +01:00
android:fragment="org.mariotaku.twidere.fragment.SettingsDetailsFragment"
android:title="@string/usage_statistics">
2015-03-19 17:19:57 +01:00
<extra
android:name="resid"
2016-03-25 05:14:29 +01:00
android:value="@xml/preferences_usage_statistics"/>
</Preference>
2015-03-19 17:19:57 +01:00
<org.mariotaku.twidere.preference.SettingsImportExportPreference
android:key="import_export_settings"
2016-03-25 05:14:29 +01:00
android:title="@string/import_export_settings"/>
2015-06-14 18:38:10 +02:00
<Preference
android:fragment="org.mariotaku.twidere.fragment.SettingsDetailsFragment"
android:title="@string/scrapyard">
<extra
android:name="resid"
2016-03-25 05:14:29 +01:00
android:value="@xml/preferences_scrapyard"/>
2015-06-14 18:38:10 +02:00
</Preference>
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="drawer_toggle"
android:title="@string/drawer_toggle">
<extra
android:name="notify_change"
android:value="true"/>
</SwitchPreferenceCompat>
2014-07-03 07:48:39 +02:00
</PreferenceScreen>