add: option 'docs source'

This commit is contained in:
hyb1996
2017-11-27 14:40:37 +08:00
parent f99e844747
commit d882877573
5 changed files with 61 additions and 23 deletions

View File

@@ -111,6 +111,19 @@
/>
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
<com.stardust.theme.preference.ThemeColorPreferenceCategory
android:layout="@layout/preference_category_custom"
android:title="@string/text_others">
<com.afollestad.materialdialogs.prefs.MaterialListPreference
android:entries="@array/keys_documentation_source"
android:entryValues="@array/values_documentation_source"
android:key="@string/key_documentation_source"
android:layout="@layout/preference_custom"
android:title="@string/text_documentation_source"
/>
</com.stardust.theme.preference.ThemeColorPreferenceCategory>
<com.stardust.theme.preference.ThemeColorPreferenceCategory
android:layout="@layout/preference_category_custom"
android:title="@string/text_about">