From 405ec58fa33d9cd46fb23e3d21ee93a0838c4d1d Mon Sep 17 00:00:00 2001 From: Camera Software Integration Date: Tue, 10 Nov 2015 10:06:42 -0800 Subject: SnapdragonCamera: Moving Image Stabilization option to the menu Moving Image Stabilization option to the menu Change-Id: I7fb025a3d1909af436e7a52ee9d602b2ce2dc68b CRs-Fixed: 937237 --- res/drawable-hdpi/ic_eis_menu.png | Bin 0 -> 3364 bytes res/drawable-xhdpi/ic_eis_menu.png | Bin 0 -> 4387 bytes res/drawable-xxhdpi/ic_eis_menu.png | Bin 0 -> 6783 bytes res/values/qcomstrings.xml | 1 - res/xml/video_preferences.xml | 1 + src/com/android/camera/VideoMenu.java | 18 ++++++++++++++++++ src/com/android/camera/VideoModule.java | 3 ++- src/com/android/camera/VideoUI.java | 7 +++++++ 8 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 res/drawable-hdpi/ic_eis_menu.png create mode 100644 res/drawable-xhdpi/ic_eis_menu.png create mode 100644 res/drawable-xxhdpi/ic_eis_menu.png 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 Binary files /dev/null and b/res/drawable-hdpi/ic_eis_menu.png 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 Binary files /dev/null and b/res/drawable-xhdpi/ic_eis_menu.png 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 Binary files /dev/null and b/res/drawable-xxhdpi/ic_eis_menu.png 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 2 - Level 0 Level 1 Level 2 (default) 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" />