From ed15d1a140986473bbe7fffd72ec9618c41c5979 Mon Sep 17 00:00:00 2001 From: Angus Kong Date: Mon, 19 Aug 2013 15:06:12 -0700 Subject: Bring back wide angle panorama. bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05 --- res/drawable-hdpi/ic_switch_pan.png | Bin 0 -> 5172 bytes res/drawable-mdpi/ic_switch_pan.png | Bin 0 -> 3063 bytes res/drawable-xhdpi/ic_switch_pan.png | Bin 0 -> 7660 bytes res/drawable/pano_direction_left_indicator.xml | 21 ++++++ res/drawable/pano_direction_right_indicator.xml | 21 ++++++ res/layout-land/camera_controls.xml | 2 +- res/layout-land/pano_module_capture.xml | 96 ++++++++++++++++++++++++ res/layout-land/pano_module_review.xml | 48 ++++++++++++ res/layout-port/camera_controls.xml | 4 +- res/layout-port/pano_module_capture.xml | 96 ++++++++++++++++++++++++ res/layout-port/pano_module_review.xml | 60 +++++++++++++++ res/layout/panorama_module.xml | 26 +++++++ res/values-land/styles.xml | 7 -- res/values-port/styles.xml | 7 -- res/values/styles.xml | 7 ++ 15 files changed, 378 insertions(+), 17 deletions(-) create mode 100644 res/drawable-hdpi/ic_switch_pan.png create mode 100644 res/drawable-mdpi/ic_switch_pan.png create mode 100644 res/drawable-xhdpi/ic_switch_pan.png create mode 100644 res/drawable/pano_direction_left_indicator.xml create mode 100644 res/drawable/pano_direction_right_indicator.xml create mode 100644 res/layout-land/pano_module_capture.xml create mode 100644 res/layout-land/pano_module_review.xml create mode 100644 res/layout-port/pano_module_capture.xml create mode 100644 res/layout-port/pano_module_review.xml create mode 100644 res/layout/panorama_module.xml (limited to 'res') diff --git a/res/drawable-hdpi/ic_switch_pan.png b/res/drawable-hdpi/ic_switch_pan.png new file mode 100644 index 000000000..c8161be3a Binary files /dev/null and b/res/drawable-hdpi/ic_switch_pan.png differ diff --git a/res/drawable-mdpi/ic_switch_pan.png b/res/drawable-mdpi/ic_switch_pan.png new file mode 100644 index 000000000..e63b8e968 Binary files /dev/null and b/res/drawable-mdpi/ic_switch_pan.png differ diff --git a/res/drawable-xhdpi/ic_switch_pan.png b/res/drawable-xhdpi/ic_switch_pan.png new file mode 100644 index 000000000..f17ce2f4a Binary files /dev/null and b/res/drawable-xhdpi/ic_switch_pan.png differ diff --git a/res/drawable/pano_direction_left_indicator.xml b/res/drawable/pano_direction_left_indicator.xml new file mode 100644 index 000000000..a0bfb0af3 --- /dev/null +++ b/res/drawable/pano_direction_left_indicator.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/res/drawable/pano_direction_right_indicator.xml b/res/drawable/pano_direction_right_indicator.xml new file mode 100644 index 000000000..c3ce37797 --- /dev/null +++ b/res/drawable/pano_direction_right_indicator.xml @@ -0,0 +1,21 @@ + + + + + + + diff --git a/res/layout-land/camera_controls.xml b/res/layout-land/camera_controls.xml index d1772401e..14953320e 100644 --- a/res/layout-land/camera_controls.xml +++ b/res/layout-land/camera_controls.xml @@ -40,7 +40,7 @@ android:layout_gravity="right|top" android:layout_marginRight="2dip" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-land/pano_module_review.xml b/res/layout-land/pano_module_review.xml new file mode 100644 index 000000000..002d47aff --- /dev/null +++ b/res/layout-land/pano_module_review.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + diff --git a/res/layout-port/camera_controls.xml b/res/layout-port/camera_controls.xml index 5f89830c5..03e896bc0 100644 --- a/res/layout-port/camera_controls.xml +++ b/res/layout-port/camera_controls.xml @@ -40,7 +40,7 @@ android:layout_marginBottom="2dip" android:contentDescription="@string/accessibility_menu_button" /> - - \ No newline at end of file + diff --git a/res/layout-port/pano_module_capture.xml b/res/layout-port/pano_module_capture.xml new file mode 100644 index 000000000..57c00cded --- /dev/null +++ b/res/layout-port/pano_module_capture.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-port/pano_module_review.xml b/res/layout-port/pano_module_review.xml new file mode 100644 index 000000000..3c5eb2cfc --- /dev/null +++ b/res/layout-port/pano_module_review.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/panorama_module.xml b/res/layout/panorama_module.xml new file mode 100644 index 000000000..64063a20d --- /dev/null +++ b/res/layout/panorama_module.xml @@ -0,0 +1,26 @@ + + + + + + + + diff --git a/res/values-land/styles.xml b/res/values-land/styles.xml index 6ca7e9175..69b524e70 100644 --- a/res/values-land/styles.xml +++ b/res/values-land/styles.xml @@ -55,13 +55,6 @@ @dimen/indicator_bar_width 13dp 13dp - - - + -- cgit v1.2.3