summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2015-11-10 10:06:42 -0800
committerSteve Kondik <steve@cyngn.com>2016-08-25 21:55:20 -0700
commit9726d36494259632ec42a5893b74f5b698672c00 (patch)
treea431ffbd2fd77551504951596ddc9a3e072df5e4 /res
parent94bd7a9f659d4b247275175a4c988d541dd51a8f (diff)
downloadandroid_packages_apps_Snap-9726d36494259632ec42a5893b74f5b698672c00.tar.gz
android_packages_apps_Snap-9726d36494259632ec42a5893b74f5b698672c00.tar.bz2
android_packages_apps_Snap-9726d36494259632ec42a5893b74f5b698672c00.zip
SnapdragonCamera: Moving Image Stabilization option to the menu
Moving Image Stabilization option to the menu Change-Id: I7fb025a3d1909af436e7a52ee9d602b2ce2dc68b CRs-Fixed: 937237
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_eis_menu.pngbin0 -> 3364 bytes
-rw-r--r--res/drawable-xhdpi/ic_eis_menu.pngbin0 -> 4387 bytes
-rw-r--r--res/drawable-xxhdpi/ic_eis_menu.pngbin0 -> 6783 bytes
-rw-r--r--res/values/qcomstrings.xml1
-rw-r--r--res/xml/video_preferences.xml1
5 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_eis_menu.png b/res/drawable-hdpi/ic_eis_menu.png
new file mode 100644
index 000000000..292be7ac5
--- /dev/null
+++ b/res/drawable-hdpi/ic_eis_menu.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_eis_menu.png b/res/drawable-xhdpi/ic_eis_menu.png
new file mode 100644
index 000000000..01c0a6d07
--- /dev/null
+++ b/res/drawable-xhdpi/ic_eis_menu.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_eis_menu.png b/res/drawable-xxhdpi/ic_eis_menu.png
new file mode 100644
index 000000000..62746e18d
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_eis_menu.png
Binary files differ
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index c099acf6b..f54df4f41 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -271,7 +271,6 @@
<!-- Sharpness -->
<string name="pref_camera_sharpness_title">Sharpness</string>
<string name="pref_camera_sharpness_default" translatable="false">2</string>
-
<string name="pref_camera_sharpness_entry_level0">Level 0</string>
<string name="pref_camera_sharpness_entry_level1">Level 1</string>
<string name="pref_camera_sharpness_entry_level2">Level 2 (default)</string>
diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml
index 69dbfb00f..f4f8522ba 100644
--- a/res/xml/video_preferences.xml
+++ b/res/xml/video_preferences.xml
@@ -114,6 +114,7 @@
camera:title="@string/pref_camera_dis_title"
camera:singleIcon="@drawable/ic_settings_stabilization"
camera:entries="@array/pref_camera_dis_entries"
+ camera:singleIcon="@drawable/ic_eis_menu"
camera:entryValues="@array/pref_camera_dis_entryvalues" />
<IconListPreference
camera:key="pref_camera_video_coloreffect_key"