From cca7099a7c414ab94b97b3f35dec86a5c7f669a8 Mon Sep 17 00:00:00 2001 From: Rajaram Gudivada Date: Wed, 8 Jul 2015 16:56:20 +0530 Subject: 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 --- res/values/arrays.xml | 4 ++-- res/values/strings.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'res/values') 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 @@ - @string/pref_camera_picturesize_entry_20mp + @string/pref_camera_picturesize_entry_21mp @string/pref_camera_picturesize_entry_16mp @string/pref_camera_picturesize_entry_16mp_wide @string/pref_camera_picturesize_entry_13mp @@ -210,7 +210,7 @@ size to the first one in the list that is also supported by the driver --> - 5344x4016 + 5344x4008 4608x3456 5312x2988 4160x3120 diff --git a/res/values/strings.xml b/res/values/strings.xml index ad8ea7ca2..ce802e21a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -273,7 +273,7 @@ Picture size - 20M pixels + 21M pixels 16M pixels -- cgit v1.2.3