mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 20:15:05 +01:00
16 lines
554 B
XML
16 lines
554 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<android.support.v7.preference.PreferenceScreen
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:orderingFromXml="true">
|
||
|
|
||
|
<MultiSelectListPreference
|
||
|
android:key="@string/pref_source_languages"
|
||
|
android:title="@string/languages"
|
||
|
android:summary="@string/languages_summary"/>
|
||
|
|
||
|
<PreferenceCategory
|
||
|
android:key="pref_sources"
|
||
|
android:persistent="false"
|
||
|
android:title="@string/accounts"/>
|
||
|
|
||
|
</android.support.v7.preference.PreferenceScreen>
|