aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-03-04 22:00:46 +0100
committerChristian Schneppe <christian@pix-art.de>2017-03-04 22:00:46 +0100
commit33f0f1561bb3e0bc23a49e5c84513d41849d2160 (patch)
treea17b0280a7f196911233bf7e2ed6155fd3b293c7 /src/main/res/xml/preferences.xml
parente1a7a2738dde13353885a01c9ec9fd0cc64f6fc3 (diff)
make video resolution configurable
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index fe21e2390..ba428aeb3 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -120,6 +120,13 @@
android:key="picture_compression"
android:summary="@string/pref_picture_compression_summary"
android:title="@string/pref_picture_compression" />
+ <ListPreference
+ android:defaultValue="720"
+ android:entries="@array/video_compression_entries"
+ android:entryValues="@array/video_compression_values"
+ android:key="video_compression"
+ android:summary="@string/pref_video_compression_summary"
+ android:title="@string/pref_video_compression" />
</PreferenceScreen>
<!--status-->
<PreferenceScreen