-Reduced text size for hold to append tip.
-Added options to turn off hold to append tip.
This commit is contained in:
parent
601a487766
commit
cb9d425393
5 changed files with 11 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue