summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Fix camera_control distorted in small resolution.akahuang2012-06-152-3/+3
| | | | | | | Use minimum height of camera_control to fix it. bug:6228273 Change-Id: I7c623efe06e043664d696f753f08877cd34450a1
* Fix the share popup. DO NOT MERGEAngus Kong2012-02-181-2/+3
| | | | | | | | | | Fix the share popup to comply with the new design: 1. Black background. 2. Image is centered. 3. Share popup won't rotate automatically. bug:6031042 Change-Id: I86b15a19bc8f7598d444cd9032960ea02e251668
* Fix share popup is not aligned with viewfinder.Wu-cheng Li2011-11-211-1/+1
| | | | | bug:5641001 Change-Id: I0d77a93a9c0ef5b7b661abf36028eb559981dc67
* Rotate priority indicators according to the device orientation.Wu-cheng Li2011-11-171-27/+37
| | | | | | | | + Do not show flash indicator if it is off. bug:5039279 Change-Id: I329b63d04f46fbe23f5ade3e4cacf446ce41f98c
* Merge "Fix several UI bugs." into ics-mr1Wei Huang2011-11-141-5/+5
|\
| * Fix several UI bugs.Chung-yih Wang2011-11-141-5/+5
| | | | | | | | | | | | | | | | | | | | bug:5575970 1. The cancel button of the background replacer message should be on the bottom. 2. The location of recording timer was too low in the landscape mode. 3. Fix the animation of the setting popup. Change-Id: Ia2345e72efc0118cd0172af4bd6243815c602493
* | Merge "Fix too small panorama review on phones." into ics-mr1Wei Huang2011-11-141-5/+9
|\ \
| * | Fix too small panorama review on phones.Angus Kong2011-11-141-5/+9
| |/ | | | | | | | | bug:5611399 Change-Id: I09c400d0faa7e5753a728f2a8ba9a8bc4fcf5a77
* | Merge "Add a rotatable toast class." into ics-mr1Wei Huang2011-11-144-37/+39
|\ \
| * | Add a rotatable toast class.Chung-yih Wang2011-11-144-37/+39
| |/ | | | | | | | | | | | | | | | | | | bug:5575970 In order to show the toast in a landscape orientation with portrait layout. The rotatable toast helper class is implementated and is also applied for first-hint toast messages. Change-Id: I942e87df1c1a4509d01cd41e2ecbdc2e2dfec049
* | Adjust the height of panorama live-view.Angus Kong2011-11-141-1/+2
|/ | | | | bug:5142001 Change-Id: I0e55da11603e7adc8f21b7a6577ff5f3f4fe92a4
* Merge "Add indicators of settings on the viewfinder." into ics-mr1Wei Huang2011-11-111-11/+15
|\
| * Add indicators of settings on the viewfinder.Chih-yu Huang2011-11-111-11/+15
| | | | | | | | | | | | | | Add exposure, flash, scene, white balance, and focus indicators. bug:5039279 Change-Id: I7ef87ee35855030dbc8fdc2d4c52fa5d8b6549ba
* | Adjust share UI to full-width.Angus Kong2011-11-111-29/+33
|/ | | | | bug:5521011 Change-Id: I66aab65763224cbb66aa721d49d3e4ea916d8a58
* Change highlight pattern in indicatorbar.Chih-yu Huang2011-11-082-14/+9
| | | | | | | | | | Use the blue press state for all the icons in the setting bar, fill the whole bar width with a square instead of blue arc. Also make the share icon touch area larger. bug:5521011 Change-Id: I2db26c41758d230e8455696346a90a33b7e3efb6
* Merge "Change effect settings popup styles." into ics-mr1Wei Huang2011-11-071-1/+9
|\
| * Change effect settings popup styles.Angus Kong2011-11-041-1/+9
| | | | | | | | | | bug:5521011 Change-Id: Ia01bcbd8b1aa916406048b6890ab3439fe2f063a
* | Make 40% opacity for disabled indicators.Angus Kong2011-11-071-1/+1
| | | | | | | | | | bug:5521011 Change-Id: I150f754b9190e7034e75a3ab06cb0f5e8312cd31
* | Merge "Change the style of cancel button in Panorama." into ics-mr1Angus Kong2011-11-041-3/+5
|\ \ | |/ |/|
| * Change the style of cancel button in Panorama.Angus Kong2011-11-031-3/+5
| | | | | | | | | | | | | | | | | | | | To comply with UI spec: 1. Change the text size to 12sp. 2. Change the pressed-state background. 3. Adjust the height to match the parent. bug:5521011 Change-Id: I4b99a1593aec67eb41c38ae97d54f3c9c4fce740
* | Merge "Fix 5521540: UI Tweaks." into ics-mr1Wei Huang2011-11-031-4/+8
|\ \
| * | Fix 5521540: UI Tweaks.Chih-Chung Chang2011-11-031-4/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | - draw fan-shaped semi-transparent area on the indicator wheel. - change selected indicator color - remove video mode black border - set activity background to black - update assets - don't gray out unselected modes in mode picker (tablet) - set ok/cancel icons to 32dp, font to 12sp bold Change-Id: Iedc43dca29d1943965caf2d36cce176d8e509547
* | The dialog for comfirmation is made rotatable.Angus Kong2011-11-033-12/+28
|/ | | | | | bug:5481928 Change-Id: Ic9a34b0f9e8d920afa5aec36561892045480e18c
* Change the default orientation to portrait.Chung-yih Wang2011-11-0120-236/+384
| | | | | | | | | | | | bug:5446617 Since the orientation is mainly portrait on phones, the default orientation of an application will decide if the window animation will be played before it starts. In order to reduce the launch time of Camera apps, this change is to skip the window animations by changing the default orientation to portrait. Change-Id: I6682ab408d7e8d1f0580f3c1600b6c9c3d6a7f6e
* Show video snapshot toast in first use.Chih-yu Huang2011-10-283-5/+6
| | | | | bug:5494290 Change-Id: I7cb498ef50610d300a64d9d053b0a411d86da730
* Fix 5519885: correct background replacement messages.Chih-Chung Chang2011-10-281-1/+1
| | | | Change-Id: I5b587cd551c4b9a184fd00739519651ef7f5e92a
* bugfix 5479807 Video preview displaced to right when orientation changedMark Wagner2011-10-191-7/+15
| | | | | | | | | | | | | Three changes: (1) center the play button over the thumbnail (2) leverage the existing mechanism for scaling the image for video thumbnails which want to be 4/3 (3) use center_crop for video previews so that they properly align in the ui. Not doing so means we were getting black bars at the top and bottom which was wrong. Change-Id: Ifc416455d03136a393239487db07493dc27f151e
* Fix 5454202: make the UI work even if there is no goofy face effect.Chih-Chung Chang2011-10-181-1/+2
| | | | Change-Id: I6e498dac31538a1af57e2c79d5df3519f2ab57da
* More bg training polish.Evan Millar2011-10-113-38/+66
| | | | | | | | | | | | Make training modal by placing a semi-transparent view behind the message panel to prevent interaction with the rest of the camera UI. Use the framework dialog asset as the background asset for the message panel. Since this asset is not public I had to copy it into the Camera package. bug:5225962 Change-Id: Ief97f545c6c0bb3695a056481d5e6d56d44edf25
* [DO NOT MERGE] Add orientation switching and cancel button to bg training panel.Evan Millar2011-10-111-7/+30
| | | | | | | | -I also changed some calls to GridView.ClearChoices() to explicit setItemChecked(..., false) calls because of bug 5439410. bug:5225962 Change-Id: Ie764a209bc9647db8522efd38609c8ed383b5d0b
* Add content descirptions for accessibility.Chung-yih Wang2011-10-114-0/+17
| | | | | | bug:5230109 Change-Id: I055fccea0d30c54dc8520bf1d0424b963d2ba8a5
* bugfix 5290450 Share UI should match redlinesMark Wagner2011-10-101-2/+23
| | | | | | | | Add the "go to gallery" button at the top of the list of share choices. Made it a separate button rather than part of the list since it gets it's own separator. Change-Id: I62f866f7aedd3e84916eccf037f3fa37a8528196
* Merge "bugfix 5290450 Share UI should match redlines"Mark Wagner2011-10-071-10/+2
|\
| * bugfix 5290450 Share UI should match redlinesMark Wagner2011-10-071-10/+2
| | | | | | | | | | | | | | Incremental work towards matching the redline. This will probably require a review pass from UX to catch any missed items. Change-Id: I0496aa0fc1941f8ffa06050ae8fbed3fe7246878
* | Merge "Let review icons rotatable."Chih-yu Huang2011-10-072-8/+12
|\ \
| * | Let review icons rotatable.Chih-yu Huang2011-10-072-8/+12
| |/ | | | | | | | | bug:5244256 Change-Id: Ieed6119f22598a34eeb1672d07f55a876dced791
* | Fix the margin and padding of the setting popup.Chung-yih Wang2011-10-071-0/+3
|/ | | | | bug:5386702 Change-Id: I4883937b5f0e374d29cee8135d2051628714ed3d
* Fix indicator bar being clipped by black background.Eino-Ville Talvala2011-10-061-3/+6
| | | | | | | | Change listing order of indicator bar and background for correct Z-ordering. Bug: 5422809 Change-Id: Id4963de2677230791102866688128afffc062d03
* Merge "Add time lapse label for Phone UI."Wei Huang2011-10-053-19/+35
|\
| * Add time lapse label for Phone UI.Angus Kong2011-10-053-19/+35
| | | | | | | | | | | | | | | | | | 1. The behavior on tablet UI and phone UI now is the same. 2. The recording time and time lapse label now always stay on the top-left corner (even when in portrait). bug:5394916 Change-Id: Ifa5013748dbdda3a6c0083569ec3c565b4c687eb
* | bugfix 5370554 camcorder preview background is inconsistentMark Wagner2011-10-041-0/+8
|/ | | | Change-Id: Iac812d08a446cc496b9c0162422c83720cc3ba04
* Fix recording time label in portrait mode.Angus Kong2011-10-031-12/+18
| | | | | bug:5039042 Change-Id: I61dd597b0b71566a00eb1cca45ea0b3e3019fac6
* Add background of pressed ModePicker.Chung-yih Wang2011-09-281-1/+1
| | | | | | | | | bug:5353407 onPress state: + The closed mode picker should have an onPress state. Change-Id: I605fbe86406e0c780654bedc496343267cef310d
* Do not use black background in share UI.Wu-cheng Li2011-09-261-2/+2
| | | | | | | | - Add back 8dp padding. - Change background to 85% opacity. bug:5290450 Change-Id: I0dce998769391d27699aec69717ef9c11bce4534
* Add clear effects button, silly faces title, and background title.Wu-cheng Li2011-09-231-8/+32
| | | | | | bug:5226051 Change-Id: I61609e31fb8f18041f6885cb923507aeecfd9c9f
* Merge "Show the hightlight bar of the active indicator button." into ↵Chung-yih Wang2011-09-231-17/+9
|\ | | | | | | ics-factoryrom
| * Show the hightlight bar of the active indicator button.Chung-yih Wang2011-09-231-17/+9
| | | | | | | | | | bug:5039235 Change-Id: I79d4b7be080748b2715b8826924de65e0d75ef39
* | Fix bugs about review control in video intent mode.Chih-yu Huang2011-09-232-9/+9
|/ | | | | | | | | - Switch position of checkmark and X. - Let review play icon visible in intent mode. - Let review control visible after reviewing video. bug:5244256 Change-Id: I20d51faf9fb5658ee009dd45ff112947cf4ebf02
* Change dialog style to fit ICS theme.Angus Kong2011-09-224-10/+14
| | | | | | | | | | | 1. The height of title is adjusted. 2. The height of each row is adjusted. 3. The background is not transparent anymore. 4. Font size is adjusted. 5. Leave some space between the setting popup and the indicator bar. bug:5039235 Change-Id: I22d49ea04db15b3e2a095a5e360a76ab15e1a5fc
* Fix the zoom control bar UI on phone.Chung-yih Wang2011-09-221-1/+0
| | | | | | | +use drawable selector to activate/deactivate the zoom control bar +update/add zoom assets Change-Id: Ie429dd0d78c562c8d1045280f336ae74ea6ce898