added preference for default resolution

This commit is contained in:
Christian Schabesberger 2015-09-12 22:07:02 +02:00
parent 56e43f411e
commit 07e7167356
5 changed files with 29 additions and 3 deletions

View file

@ -21,4 +21,11 @@
android:summary="@string/autoPlayThroughIntentSummary"
android:defaultValue="false" />
<ListPreference
android:key="@string/defaultResolutionPreference"
android:title="@string/defaultResolutionPreferenceTitle"
android:entries="@array/resolutionList"
android:entryValues="@array/resolutionList"
android:defaultValue="@string/defaultResolutionListItem"/>
</PreferenceScreen>