From 956aaa62fec3b4379103515b02eb5459b3fad92f 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 | 6 +++--- res/values/strings.xml | 2 +- res/xml/video_preferences.xml | 3 ++- src/com/android/camera/VideoMenu.java | 20 +++++++++++++++++++- src/com/android/camera/VideoModule.java | 3 ++- src/com/android/camera/VideoUI.java | 7 +++++++ 9 files changed, 34 insertions(+), 7 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 414d8f9c8..388ac0ae5 100644 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -314,13 +314,13 @@ enable - HFR/HSR is not supported for DIS/TimeLapse/HDR + HFR/HSR is not supported for Image Stabilization/TimeLapse/HDR HFR is not supported for selected resolution - Unsupported video resolution for Display Image Stabilization(DIS) + Unsupported video resolution for Image Stabilization @@ -504,7 +504,7 @@ On - IS + Image Stabilization disable diff --git a/res/values/strings.xml b/res/values/strings.xml index 1fe80abdc..a676d9c53 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -437,7 +437,7 @@ Enable Advanced Capture will disable Continuous Shot. - Enable 4k video quality will disable IS. + Enable 4k video quality will disable Image Stabilization. SeeMore cannot be enabled during 4k video. diff --git a/res/xml/video_preferences.xml b/res/xml/video_preferences.xml index 63346a0d1..f9949d4e1 100644 --- a/res/xml/video_preferences.xml +++ b/res/xml/video_preferences.xml @@ -111,11 +111,12 @@ camera:title="@string/pref_camera_powermode_title" camera:entries="@array/pref_camera_powermode_entries" camera:entryValues="@array/pref_camera_powermode_entryvalues" /> -