Forgotten

This commit is contained in:
hyb1996
2017-02-20 23:37:47 +08:00
parent 40d6285bed
commit 676ca14aca
17 changed files with 375 additions and 35 deletions

View File

@@ -11,6 +11,15 @@
android:title="@string/text_use_volume_control_record"/>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/text_edit">
<com.afollestad.materialdialogs.prefs.MaterialEditTextPreference
android:defaultValue="2000"
android:inputType="number"
android:key="@string/key_max_length_for_code_completion"
android:title="@string/text_max_length_for_code_completion"/>
</PreferenceCategory>
<PreferenceCategory
android:title="@string/text_others">