-Reduced text size for hold to append tip.

-Added options to turn off hold to append tip.
This commit is contained in:
John Zhen Mo 2017-10-16 18:59:59 -07:00
parent 601a487766
commit cb9d425393
5 changed files with 11 additions and 1 deletions

View file

@ -16,4 +16,9 @@
android:key="@string/show_next_video_key"
android:title="@string/show_next_and_similar_title"/>
<SwitchPreference
android:defaultValue="true"
android:key="@string/show_hold_to_append_key"
android:title="@string/show_hold_to_append_title"
android:summary="@string/show_hold_to_append_summary"/>
</PreferenceScreen>