summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/camera2arrays.xml2
-rw-r--r--res/values/strings.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml
index 6d03c50f5..f79cc8de0 100755
--- a/res/values/camera2arrays.xml
+++ b/res/values/camera2arrays.xml
@@ -435,6 +435,7 @@
<!-- Camera Preferences Picture size dialog box entries -->
<string-array name="pref_camera2_picturesize_entries" translatable="false">
+ <item>@string/pref_camera_picturesize_entry_48mp</item>
<item>@string/pref_camera_picturesize_entry_24mp</item>
<item>@string/pref_camera_picturesize_entry_21mp</item>
<item>5184 x 3880</item>
@@ -473,6 +474,7 @@
size to the first one in the list that is also supported by the
driver -->
<string-array name="pref_camera2_picturesize_entryvalues" translatable="false">
+ <item>8000x6000</item>
<item>5656x4242</item>
<item>5344x4008</item>
<item>5184x3880</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 42ad07272..b28f6319f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -282,6 +282,8 @@
<!-- Settings screen, Picture size title -->
<string name="pref_camera_picturesize_title">Picture size</string>
+ <!-- Settings screen, dialog choice for 48 megapixels picture size [CHAR LIMIT=20] -->
+ <string name="pref_camera_picturesize_entry_48mp">48M pixels</string>
<!-- Settings screen, dialog choice for 24 megapixels picture size [CHAR LIMIT=20] -->
<string name="pref_camera_picturesize_entry_24mp">24M pixels</string>
<!-- Settings screen, dialog choice for 20 megapixels picture size [CHAR LIMIT=20] -->