summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorAbhishek Pant <apant@codeaurora.org>2013-11-21 10:34:27 +0530
committerAbhishek Pant <apant@codeaurora.org>2013-11-21 10:34:27 +0530
commit20ca932ad868abf80c62fc6fdfbf775c4fd256e3 (patch)
tree10a3caa0f6040cc4402fb8d443dacf9a1d48e14d /res/values/arrays.xml
parent77fc9f7bd9c94ed673d847b71d681c14c3f07177 (diff)
downloadandroid_packages_apps_Snap-20ca932ad868abf80c62fc6fdfbf775c4fd256e3.tar.gz
android_packages_apps_Snap-20ca932ad868abf80c62fc6fdfbf775c4fd256e3.tar.bz2
android_packages_apps_Snap-20ca932ad868abf80c62fc6fdfbf775c4fd256e3.zip
Camera2: Fixed 13MP UI option not visible
Changed the 13mp resolution height and width in the app to match the one present in mct. Change-Id: I474b6a694674b6f515858a966add694063742d3a CRs-fixed: 575913
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 621f1c996..61548b7e6 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -196,7 +196,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>4128x3096</item>
+ <item>4208x3120</item>
<item>4000x3000</item>
<item>3264x2448</item>
<item>3200x2400</item>