diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-01-03 22:48:47 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-01-03 22:48:47 +0100 |
commit | 76c8a67ade32affffef1da61dd2f9454f730984e (patch) | |
tree | 2af6ef3035f32960fa11f6e5caeaa28c8a3c3b90 /src/main/res/values/arrays.xml | |
parent | 5f79aa085d74dadabd475cfc51e4a214ccfaf0ad (diff) |
introduced 'original' as video and image quality and do not ignorer error
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/arrays.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml index 93da9bac4..de2e0355c 100644 --- a/src/main/res/values/arrays.xml +++ b/src/main/res/values/arrays.xml @@ -58,24 +58,28 @@ <item>low</item> <item>mid</item> <item>high</item> + <item>uncompressed</item> </string-array> <string-array name="image_compression_entries"> <item>@string/image_low</item> <item>@string/image_mid</item> <item>@string/image_high</item> + <item>@string/image_original</item> </string-array> <string-array name="video_compression_values"> <item>low</item> <item>mid</item> <item>high</item> + <item>uncompressed</item> </string-array> <string-array name="video_compression_entries"> <item>@string/video_low</item> <item>@string/video_mid</item> <item>@string/video_high</item> + <item>@string/video_original</item> </string-array> <string-array name="mam_prefs"> |