From dec6820659d163d4a70ac90a023eaf4f1188a78e Mon Sep 17 00:00:00 2001 From: Michael Kolb Date: Wed, 8 May 2013 11:14:35 -0700 Subject: Fix second level menu Bug: 8857098 Added Countdown timer and picture size items Change-Id: I73f3a5b22ab708e216729ed77fbd60041d40147d --- res/drawable-hdpi/ic_exposure_holo_light_large.png | Bin 1551 -> 0 bytes .../ic_exposure_holo_light_xlarge.png | Bin 1551 -> 0 bytes .../ic_flash_auto_holo_light_large.png | Bin 2959 -> 0 bytes .../ic_flash_auto_holo_light_xlarge.png | Bin 2959 -> 0 bytes .../ic_flash_off_holo_light_large.png | Bin 2592 -> 0 bytes .../ic_flash_off_holo_light_xlarge.png | Bin 2592 -> 0 bytes res/drawable-hdpi/ic_flash_on_holo_light_large.png | Bin 1918 -> 0 bytes .../ic_flash_on_holo_light_xlarge.png | Bin 1918 -> 0 bytes res/drawable-hdpi/ic_imagesize.png | Bin 0 -> 2035 bytes res/drawable-hdpi/ic_indicator_sce_hdr.png | Bin 2133 -> 2167 bytes res/drawable-hdpi/ic_indicator_sce_off.png | Bin 1415 -> 1372 bytes res/drawable-hdpi/ic_indicator_sce_on.png | Bin 2565 -> 2656 bytes res/drawable-hdpi/ic_settings_holo_light_large.png | Bin 1328 -> 0 bytes .../ic_settings_holo_light_xlarge.png | Bin 1328 -> 0 bytes res/drawable-hdpi/ic_timer.png | Bin 0 -> 3331 bytes .../ic_exposure_holo_light_xlarge.png | Bin 1132 -> 0 bytes .../ic_flash_auto_holo_light_xlarge.png | Bin 1838 -> 0 bytes .../ic_flash_off_holo_light_xlarge.png | Bin 1876 -> 0 bytes .../ic_flash_on_holo_light_xlarge.png | Bin 1304 -> 0 bytes res/drawable-mdpi/ic_imagesize.png | Bin 0 -> 1377 bytes res/drawable-mdpi/ic_indicator_sce_hdr.png | Bin 1422 -> 1419 bytes res/drawable-mdpi/ic_indicator_sce_off.png | Bin 965 -> 971 bytes res/drawable-mdpi/ic_indicator_sce_on.png | Bin 1651 -> 1642 bytes .../ic_settings_holo_light_xlarge.png | Bin 1459 -> 0 bytes res/drawable-mdpi/ic_timer.png | Bin 0 -> 2171 bytes .../ic_exposure_holo_light_xlarge.png | Bin 2131 -> 0 bytes .../ic_flash_auto_holo_light_xlarge.png | Bin 4090 -> 0 bytes .../ic_flash_off_holo_light_xlarge.png | Bin 3683 -> 0 bytes .../ic_flash_on_holo_light_xlarge.png | Bin 2537 -> 0 bytes res/drawable-xhdpi/ic_imagesize.png | Bin 0 -> 2560 bytes res/drawable-xhdpi/ic_indicator_sce_hdr.png | Bin 2903 -> 2941 bytes res/drawable-xhdpi/ic_indicator_sce_off.png | Bin 1864 -> 1865 bytes res/drawable-xhdpi/ic_indicator_sce_on.png | Bin 3586 -> 3688 bytes .../ic_settings_holo_light_xlarge.png | Bin 2782 -> 0 bytes res/drawable-xhdpi/ic_timer.png | Bin 0 -> 4636 bytes res/layout/countdown_setting_popup.xml | 101 +++++++++++++++++++++ res/layout/timer_setting_popup.xml | 101 --------------------- res/values-large-hdpi/drawable.xml | 5 - res/values-sw600dp-hdpi/drawable.xml | 5 - res/values-sw640dp/drawable.xml | 5 - res/values-xlarge/drawable.xml | 5 - 41 files changed, 101 insertions(+), 121 deletions(-) delete mode 100644 res/drawable-hdpi/ic_exposure_holo_light_large.png delete mode 100644 res/drawable-hdpi/ic_exposure_holo_light_xlarge.png delete mode 100644 res/drawable-hdpi/ic_flash_auto_holo_light_large.png delete mode 100644 res/drawable-hdpi/ic_flash_auto_holo_light_xlarge.png delete mode 100644 res/drawable-hdpi/ic_flash_off_holo_light_large.png delete mode 100644 res/drawable-hdpi/ic_flash_off_holo_light_xlarge.png delete mode 100644 res/drawable-hdpi/ic_flash_on_holo_light_large.png delete mode 100644 res/drawable-hdpi/ic_flash_on_holo_light_xlarge.png create mode 100644 res/drawable-hdpi/ic_imagesize.png delete mode 100644 res/drawable-hdpi/ic_settings_holo_light_large.png delete mode 100644 res/drawable-hdpi/ic_settings_holo_light_xlarge.png create mode 100644 res/drawable-hdpi/ic_timer.png delete mode 100644 res/drawable-mdpi/ic_exposure_holo_light_xlarge.png delete mode 100644 res/drawable-mdpi/ic_flash_auto_holo_light_xlarge.png delete mode 100644 res/drawable-mdpi/ic_flash_off_holo_light_xlarge.png delete mode 100644 res/drawable-mdpi/ic_flash_on_holo_light_xlarge.png create mode 100644 res/drawable-mdpi/ic_imagesize.png delete mode 100644 res/drawable-mdpi/ic_settings_holo_light_xlarge.png create mode 100644 res/drawable-mdpi/ic_timer.png delete mode 100644 res/drawable-xhdpi/ic_exposure_holo_light_xlarge.png delete mode 100644 res/drawable-xhdpi/ic_flash_auto_holo_light_xlarge.png delete mode 100644 res/drawable-xhdpi/ic_flash_off_holo_light_xlarge.png delete mode 100644 res/drawable-xhdpi/ic_flash_on_holo_light_xlarge.png create mode 100644 res/drawable-xhdpi/ic_imagesize.png delete mode 100644 res/drawable-xhdpi/ic_settings_holo_light_xlarge.png create mode 100644 res/drawable-xhdpi/ic_timer.png create mode 100644 res/layout/countdown_setting_popup.xml delete mode 100644 res/layout/timer_setting_popup.xml diff --git a/res/drawable-hdpi/ic_exposure_holo_light_large.png b/res/drawable-hdpi/ic_exposure_holo_light_large.png deleted file mode 100644 index ee45cfce2..000000000 Binary files a/res/drawable-hdpi/ic_exposure_holo_light_large.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_exposure_holo_light_xlarge.png b/res/drawable-hdpi/ic_exposure_holo_light_xlarge.png deleted file mode 100644 index ee45cfce2..000000000 Binary files a/res/drawable-hdpi/ic_exposure_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_flash_auto_holo_light_large.png b/res/drawable-hdpi/ic_flash_auto_holo_light_large.png deleted file mode 100644 index 00caf1bc7..000000000 Binary files a/res/drawable-hdpi/ic_flash_auto_holo_light_large.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_flash_auto_holo_light_xlarge.png b/res/drawable-hdpi/ic_flash_auto_holo_light_xlarge.png deleted file mode 100644 index 00caf1bc7..000000000 Binary files a/res/drawable-hdpi/ic_flash_auto_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_flash_off_holo_light_large.png b/res/drawable-hdpi/ic_flash_off_holo_light_large.png deleted file mode 100644 index 353df48ee..000000000 Binary files a/res/drawable-hdpi/ic_flash_off_holo_light_large.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_flash_off_holo_light_xlarge.png b/res/drawable-hdpi/ic_flash_off_holo_light_xlarge.png deleted file mode 100644 index 353df48ee..000000000 Binary files a/res/drawable-hdpi/ic_flash_off_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_flash_on_holo_light_large.png b/res/drawable-hdpi/ic_flash_on_holo_light_large.png deleted file mode 100644 index b508318e7..000000000 Binary files a/res/drawable-hdpi/ic_flash_on_holo_light_large.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_flash_on_holo_light_xlarge.png b/res/drawable-hdpi/ic_flash_on_holo_light_xlarge.png deleted file mode 100644 index b508318e7..000000000 Binary files a/res/drawable-hdpi/ic_flash_on_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_imagesize.png b/res/drawable-hdpi/ic_imagesize.png new file mode 100644 index 000000000..126208b44 Binary files /dev/null and b/res/drawable-hdpi/ic_imagesize.png differ diff --git a/res/drawable-hdpi/ic_indicator_sce_hdr.png b/res/drawable-hdpi/ic_indicator_sce_hdr.png index de09fe158..0b8fdfa13 100644 Binary files a/res/drawable-hdpi/ic_indicator_sce_hdr.png and b/res/drawable-hdpi/ic_indicator_sce_hdr.png differ diff --git a/res/drawable-hdpi/ic_indicator_sce_off.png b/res/drawable-hdpi/ic_indicator_sce_off.png index 076d82303..09bd2c893 100644 Binary files a/res/drawable-hdpi/ic_indicator_sce_off.png and b/res/drawable-hdpi/ic_indicator_sce_off.png differ diff --git a/res/drawable-hdpi/ic_indicator_sce_on.png b/res/drawable-hdpi/ic_indicator_sce_on.png index 9ce466b81..ef0f56faf 100644 Binary files a/res/drawable-hdpi/ic_indicator_sce_on.png and b/res/drawable-hdpi/ic_indicator_sce_on.png differ diff --git a/res/drawable-hdpi/ic_settings_holo_light_large.png b/res/drawable-hdpi/ic_settings_holo_light_large.png deleted file mode 100644 index 13c99911d..000000000 Binary files a/res/drawable-hdpi/ic_settings_holo_light_large.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_settings_holo_light_xlarge.png b/res/drawable-hdpi/ic_settings_holo_light_xlarge.png deleted file mode 100644 index 13c99911d..000000000 Binary files a/res/drawable-hdpi/ic_settings_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_timer.png b/res/drawable-hdpi/ic_timer.png new file mode 100644 index 000000000..a3cec8d4c Binary files /dev/null and b/res/drawable-hdpi/ic_timer.png differ diff --git a/res/drawable-mdpi/ic_exposure_holo_light_xlarge.png b/res/drawable-mdpi/ic_exposure_holo_light_xlarge.png deleted file mode 100644 index 4f4cc740a..000000000 Binary files a/res/drawable-mdpi/ic_exposure_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_flash_auto_holo_light_xlarge.png b/res/drawable-mdpi/ic_flash_auto_holo_light_xlarge.png deleted file mode 100644 index 7dacd2058..000000000 Binary files a/res/drawable-mdpi/ic_flash_auto_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_flash_off_holo_light_xlarge.png b/res/drawable-mdpi/ic_flash_off_holo_light_xlarge.png deleted file mode 100644 index 30b51a5b0..000000000 Binary files a/res/drawable-mdpi/ic_flash_off_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_flash_on_holo_light_xlarge.png b/res/drawable-mdpi/ic_flash_on_holo_light_xlarge.png deleted file mode 100644 index 7bc69632c..000000000 Binary files a/res/drawable-mdpi/ic_flash_on_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_imagesize.png b/res/drawable-mdpi/ic_imagesize.png new file mode 100644 index 000000000..d3f8b62fd Binary files /dev/null and b/res/drawable-mdpi/ic_imagesize.png differ diff --git a/res/drawable-mdpi/ic_indicator_sce_hdr.png b/res/drawable-mdpi/ic_indicator_sce_hdr.png index 06519411e..7907f647b 100644 Binary files a/res/drawable-mdpi/ic_indicator_sce_hdr.png and b/res/drawable-mdpi/ic_indicator_sce_hdr.png differ diff --git a/res/drawable-mdpi/ic_indicator_sce_off.png b/res/drawable-mdpi/ic_indicator_sce_off.png index 52ad71394..4bfd91a97 100644 Binary files a/res/drawable-mdpi/ic_indicator_sce_off.png and b/res/drawable-mdpi/ic_indicator_sce_off.png differ diff --git a/res/drawable-mdpi/ic_indicator_sce_on.png b/res/drawable-mdpi/ic_indicator_sce_on.png index 510c39f1f..6ea6d77c4 100644 Binary files a/res/drawable-mdpi/ic_indicator_sce_on.png and b/res/drawable-mdpi/ic_indicator_sce_on.png differ diff --git a/res/drawable-mdpi/ic_settings_holo_light_xlarge.png b/res/drawable-mdpi/ic_settings_holo_light_xlarge.png deleted file mode 100644 index 2b89fef8d..000000000 Binary files a/res/drawable-mdpi/ic_settings_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_timer.png b/res/drawable-mdpi/ic_timer.png new file mode 100644 index 000000000..b55555ffc Binary files /dev/null and b/res/drawable-mdpi/ic_timer.png differ diff --git a/res/drawable-xhdpi/ic_exposure_holo_light_xlarge.png b/res/drawable-xhdpi/ic_exposure_holo_light_xlarge.png deleted file mode 100644 index ed73752ad..000000000 Binary files a/res/drawable-xhdpi/ic_exposure_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_flash_auto_holo_light_xlarge.png b/res/drawable-xhdpi/ic_flash_auto_holo_light_xlarge.png deleted file mode 100644 index 915f4a55f..000000000 Binary files a/res/drawable-xhdpi/ic_flash_auto_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_flash_off_holo_light_xlarge.png b/res/drawable-xhdpi/ic_flash_off_holo_light_xlarge.png deleted file mode 100644 index f34e5a9b6..000000000 Binary files a/res/drawable-xhdpi/ic_flash_off_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_flash_on_holo_light_xlarge.png b/res/drawable-xhdpi/ic_flash_on_holo_light_xlarge.png deleted file mode 100644 index b1dbbc07a..000000000 Binary files a/res/drawable-xhdpi/ic_flash_on_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_imagesize.png b/res/drawable-xhdpi/ic_imagesize.png new file mode 100644 index 000000000..54fd00825 Binary files /dev/null and b/res/drawable-xhdpi/ic_imagesize.png differ diff --git a/res/drawable-xhdpi/ic_indicator_sce_hdr.png b/res/drawable-xhdpi/ic_indicator_sce_hdr.png index b60abb335..318c8fa6b 100644 Binary files a/res/drawable-xhdpi/ic_indicator_sce_hdr.png and b/res/drawable-xhdpi/ic_indicator_sce_hdr.png differ diff --git a/res/drawable-xhdpi/ic_indicator_sce_off.png b/res/drawable-xhdpi/ic_indicator_sce_off.png index aad8cf806..429d6ec79 100644 Binary files a/res/drawable-xhdpi/ic_indicator_sce_off.png and b/res/drawable-xhdpi/ic_indicator_sce_off.png differ diff --git a/res/drawable-xhdpi/ic_indicator_sce_on.png b/res/drawable-xhdpi/ic_indicator_sce_on.png index 39cfa4b52..8b2440c57 100644 Binary files a/res/drawable-xhdpi/ic_indicator_sce_on.png and b/res/drawable-xhdpi/ic_indicator_sce_on.png differ diff --git a/res/drawable-xhdpi/ic_settings_holo_light_xlarge.png b/res/drawable-xhdpi/ic_settings_holo_light_xlarge.png deleted file mode 100644 index 9fa8f7292..000000000 Binary files a/res/drawable-xhdpi/ic_settings_holo_light_xlarge.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_timer.png b/res/drawable-xhdpi/ic_timer.png new file mode 100644 index 000000000..1764fddc8 Binary files /dev/null and b/res/drawable-xhdpi/ic_timer.png differ diff --git a/res/layout/countdown_setting_popup.xml b/res/layout/countdown_setting_popup.xml new file mode 100644 index 000000000..22acd9251 --- /dev/null +++ b/res/layout/countdown_setting_popup.xml @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +