OSDN Git Service

Add 13MP resolution
authorMichael Kolb <kolby@google.com>
Fri, 24 May 2013 16:44:00 +0000 (09:44 -0700)
committerMichael Kolb <kolby@google.com>
Fri, 24 May 2013 16:45:42 +0000 (09:45 -0700)
  Bug: 9059351

Change-Id: I40c2c94ccc54399f6928d9e8a66abca0df15fea3

res/values/arrays.xml
res/values/strings.xml

index 1cae7bc..f40c6ef 100644 (file)
 
     <!-- Camera Preferences Picture size dialog box entries -->
     <string-array name="pref_camera_picturesize_entries" translatable="false">
+        <item>@string/pref_camera_picturesize_entry_13mp</item>
         <item>@string/pref_camera_picturesize_entry_8mp</item>
         <item>@string/pref_camera_picturesize_entry_5mp</item>
         <item>@string/pref_camera_picturesize_entry_5mp</item>
          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>3264x2448</item>
         <item>2592x1944</item>
         <item>2592x1936</item>
index a1c2e31..0ec4da6 100644 (file)
     <!-- Settings screen, Picture size title -->
     <string name="pref_camera_picturesize_title">Picture size</string>
 
+    <!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=15] -->
+    <string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
     <!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=15] -->
     <string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
     <!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=15] -->