summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorRajaram Gudivada <rajaramg@codeaurora.org>2015-07-08 16:56:20 +0530
committergfxgitp4 <gfxgitp4@localhost>2015-07-11 03:24:15 -0600
commitcca7099a7c414ab94b97b3f35dec86a5c7f669a8 (patch)
treeb6ad174a4fa886c273ae6c5b197678c526c2f4e7 /res/values/arrays.xml
parent4ec8dbb678143d5b7123e5b42509413691058235 (diff)
downloadandroid_packages_apps_Snap-cca7099a7c414ab94b97b3f35dec86a5c7f669a8.tar.gz
android_packages_apps_Snap-cca7099a7c414ab94b97b3f35dec86a5c7f669a8.tar.bz2
android_packages_apps_Snap-cca7099a7c414ab94b97b3f35dec86a5c7f669a8.zip
SnapdragonCamera: Add 21 MP resolution
1) 20MP resolution mentioned in UI is 21MP and so corresponding name changed to 21MP 2) Also Corresponding resolution (5344x4016) is not exactly the 4:3 aspect ratio and so changed the height to 4008 to make exact 4:3 aspect ratio Change-Id: Idff3f28990a1daa6a6ba15f597a70e2468ae0697
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ab3f061a9..cb100af64 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -175,7 +175,7 @@
<!-- Camera Preferences Picture size dialog box entries -->
<string-array name="pref_camera_picturesize_entries" translatable="false">
- <item>@string/pref_camera_picturesize_entry_20mp</item>
+ <item>@string/pref_camera_picturesize_entry_21mp</item>
<item>@string/pref_camera_picturesize_entry_16mp</item>
<item>@string/pref_camera_picturesize_entry_16mp_wide</item>
<item>@string/pref_camera_picturesize_entry_13mp</item>
@@ -210,7 +210,7 @@
size to the first one in the list that is also supported by the
driver -->
<string-array name="pref_camera_picturesize_entryvalues" translatable="false">
- <item>5344x4016</item>
+ <item>5344x4008</item>
<item>4608x3456</item>
<item>5312x2988</item>
<item>4160x3120</item>