OSDN Git Service

Re-order camera modes
authorDoris Liu <tianliu@google.com>
Mon, 24 Feb 2014 19:28:43 +0000 (11:28 -0800)
committerDoris Liu <tianliu@google.com>
Mon, 24 Feb 2014 19:28:43 +0000 (11:28 -0800)
Bug: 13101163
Change-Id: Ibdfb57148a298de601b69c86e124bcb597fdcc09

res/values/arrays.xml

index 56ed37d..3d058f7 100644 (file)
     <!-- An array of camera mode indices in the sequence of their appearance
     in the mode drawer. -->
     <integer-array name="camera_modes_in_nav_drawer_if_supported">
-        <item>@integer/camera_mode_panorama</item>
         <item>@integer/camera_mode_photosphere</item>
+        <item>@integer/camera_mode_panorama</item>
         <item>@integer/camera_mode_refocus</item>
-        <item>@integer/camera_mode_photo</item>
         <item>@integer/camera_mode_video</item>
+        <item>@integer/camera_mode_photo</item>
     </integer-array>
 
     <!-- Camera modes that each supported mode is nested in in nav drawer. -->