[Android] Migrate the "Draw Onscreen Controls" preference to the video settings.

This commit is contained in:
Lioncash
2013-08-20 20:28:48 -04:00
parent 9170c9b360
commit e52c2ac337
5 changed files with 15 additions and 6 deletions

View File

@ -124,4 +124,9 @@
android:key="gpuPref"
android:summary="@string/video_backend_to_use"
android:title="@string/video_backend" />
<CheckBoxPreference
android:defaultValue="true"
android:key="drawOnscreenControls"
android:title="@string/draw_onscreen_controls"/>
</PreferenceScreen>