summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-12-12 18:42:53 -0800
committerDoris Liu <tianliu@google.com>2013-12-13 13:56:21 -0800
commit49a52f211869c44d862ba762a97b937411d37e31 (patch)
tree099e9b2dad622efbfbfc283aa2181fa2cb348da2 /res
parent1dfe7828fd60741b9752553af3ee439c04e758a0 (diff)
downloadandroid_packages_apps_Camera2-49a52f211869c44d862ba762a97b937411d37e31.tar.gz
android_packages_apps_Camera2-49a52f211869c44d862ba762a97b937411d37e31.tar.bz2
android_packages_apps_Camera2-49a52f211869c44d862ba762a97b937411d37e31.zip
Update Panorama mode name, color, icon
Bug: 12108651 Change-Id: I9edda88577702e41429a6845986e5d87c9abe3c7
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_panorama_normal.pngbin0 -> 1518 bytes
-rw-r--r--res/drawable-mdpi/ic_panorama_normal.pngbin0 -> 1056 bytes
-rw-r--r--res/drawable-xhdpi/ic_panorama_normal.pngbin0 -> 1825 bytes
-rw-r--r--res/drawable-xxhdpi/ic_panorama_normal.pngbin0 -> 2115 bytes
-rw-r--r--res/values/colors.xml4
-rw-r--r--res/values/strings.xml2
6 files changed, 4 insertions, 2 deletions
diff --git a/res/drawable-hdpi/ic_panorama_normal.png b/res/drawable-hdpi/ic_panorama_normal.png
new file mode 100644
index 000000000..59e6048df
--- /dev/null
+++ b/res/drawable-hdpi/ic_panorama_normal.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_panorama_normal.png b/res/drawable-mdpi/ic_panorama_normal.png
new file mode 100644
index 000000000..ea318a331
--- /dev/null
+++ b/res/drawable-mdpi/ic_panorama_normal.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_panorama_normal.png b/res/drawable-xhdpi/ic_panorama_normal.png
new file mode 100644
index 000000000..f3a934032
--- /dev/null
+++ b/res/drawable-xhdpi/ic_panorama_normal.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_panorama_normal.png b/res/drawable-xxhdpi/ic_panorama_normal.png
new file mode 100644
index 000000000..09d7a7a7e
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_panorama_normal.png
Binary files differ
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 9edd89219..81c64c598 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -80,8 +80,8 @@
<color name="video_mode_color">#e57368</color>
<color name="craft_mode_color">#8bc474</color>
<color name="photosphere_mode_color">#f1c938</color>
- <color name="timelapse_mode_color">#9d69ac</color>
- <color name="wideangle_mode_color">#88695e</color>
+ <color name="timelapse_mode_color">#88695e</color>
+ <color name="panorama_mode_color">#9e69af</color>
<color name="settings_mode_color">#58595b</color>
<color name="filmstrip_background">#000000</color>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8bfaa7d71..85cfd6ae2 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -697,6 +697,8 @@ CHAR LIMIT=NONE] -->
<string name="mode_timelapse">Time Lapse</string>
<!-- Text shown in the camera mode options list for putting camera in wide angle panorama mode [CHAR LIMIT=25] -->
<string name="mode_wideangle">Wide Angle</string>
+ <!-- Text shown in the camera mode options list for putting camera in panorama mode [CHAR LIMIT=25] -->
+ <string name="mode_panorama">Panorama</string>
<!-- Text shown in camera settings list for toggling photo location on or off [CHAR LIMIT=25] -->
<string name="setting_location">Location</string>