summaryrefslogtreecommitdiffstats
path: root/res/layout-xlarge/preview_frame.xml
Commit message (Collapse)AuthorAgeFilesLines
* Move layout and resource to sw485dp.Wu-cheng Li2011-05-231-58/+0
| | | | | | | | | | | | | | | Camera app has phone UI and tablet UI. Phone UI can be used by one hand in portrait mode. So all the controls are on the same side. The maximum size that can be comfortablely used by one hand is around 480dp. If both sides of the screen are bigger than 480dp, the app will use tablet UI. Use sw485dp to make sure 640x480dp use phone UI. Also remove some hard-coded values in xlarge layout. bug:4473360 Change-Id: I8a1dafaee84594b84a81f21f05c2568e5f7d324d
* Use the preview border images in asset git.Hung-ying Tyan2010-12-151-3/+3
| | | | | | | | | | + Append .9 to the file name. + Create time lapse verion. + Fix the 9 patch for hdpi images. + Remove the old images. + Increase margins for GPS indicator and thumbnail. Change-Id: I4c3eb6599fe36846d4b9bb9bdf825b8aa8f1aaad
* Implement photo/video picker mode using holo controlsHung-ying Tyan2010-12-101-2/+3
| | | | | Bug: 3253016 Change-Id: I0f851f2840cf1303c06921549028dcbf73d53b61
* Add time lapse recording code.Wu-cheng Li2010-12-101-12/+1
| | | | | | | UI is not enabled because time lapse recording still has some problems. bug:2901600 Change-Id: I1d60be9b11f8b98928dd5acacb79c70a3c2330e9
* Implement camera ring/shutter control new design.Hung-ying Tyan2010-12-081-1/+1
| | | | | | Bug: 3252941 Bug: 3252703 Change-Id: I1901fc88f6310881d8e0c864683041dbf6d986ba
* Implement new visual design for Camera zoom control.Hung-ying Tyan2010-12-071-0/+15
| | | | | | | | And overlay zoom control readout on top of preview area. Bug: 3252827 Bug: 3252839 Change-Id: I2220a0784b94a7b80807bf7f4e29d039cb6e6f0f
* Move camera picker to control panel.Chung-yih Wang2010-12-061-1/+0
| | | | Change-Id: I5b2b0693bb3ef8e353b4b9c793583ed3e6522526
* Increase camera preview frame size and other changes.Hung-ying Tyan2010-11-261-5/+11
| | | | | | | | | | | | | | | + Increase camera preview frame size and align it to the left of the screen. + Move thumbnail to the lower left corner of the preview frame. + Move GPS indicator to the lower right corner of the preview frame. + Replace LinearLayout and negative margin with RelativeLayout. + Revise the look of the settings wheel based on new UI mock. + Add border to preview frame. + Make settings popup windows align with an invisible view in the root view. This makes it easier to adjust the location of the popup windows. Bug: 3156693 Change-Id: I8843fec803f8418699df7e425ea74af708b4ea99
* Add front/back camera switchChung-yih Wang2010-11-251-1/+1
| | | | | bug:3156676 Change-Id: I8a5394aefa068cb099b89c5739abf0cfd78591a9
* Remove the border of the preview frame.Wu-cheng Li2010-11-181-2/+1
| | | | | | | Some UI componenets overlap with the preview frame. The border does not look good. Change-Id: Ie70c742851705d2a5851d56a6c9d87904188adde
* Move some classes out from Camera.java.Wu-cheng Li2010-11-131-1/+1
| | | | Change-Id: I455d6878feeacb3d44d80d899e8c948e1d28fca2
* Move camera UI elements to their own xml files.Hung-ying Tyan2010-11-121-0/+49
Hopefully with this CL, the code doesn't need to worry about the placement of the UI elements. Change details: + Move preview frame out of camera.xml and video_camera.xml. --> create preview_frame.xml and preview_frame_video.xml in both layout/ and layout-xlarge/. + Move thumbnail list view out of camera.xml and video_camera.xml. --> create thumbnail_list.xml in layout-xlarge/. + Make camera.xml and video_camera.xml a pure container which includes other UI elements. + Create camera_attach.xml and video_camera_attach.xml for the attachment scenario with its own camera control and no thumbnail list. + Camera and VideoCamera are modified accordingly. + Remove redundant RelativeLayout container in camera_control.xml. + Also fix a layout bug in PreviewFrameLayout.java. Change-Id: Ief556c9aa77b0322312bb46ce1d274df3a26aa4d