summaryrefslogtreecommitdiffstats
path: root/res/layout/video_camera.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use new background and shutter button.Wu-cheng Li2011-08-091-2/+2
| | | | | | bug:5024054 Change-Id: I2def331433b0db66efc0d38f1e9537c0980441bb
* Merge the indicator bar implementations.Chung-yih Wang2011-08-041-2/+2
| | | | | | | | | | | | bug:5039235 Originally we have the GLView-implemented indicators for Phone-based UI. Based on the current UI design, we would like to merge the look on all devices for the dialog of the camera setting. Therefore, a refactor of how to handle the popup window is required here and this will simplify our UI work for handling different layout/resolution. Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
* Increase camera preview frame size and other changes.Hung-ying Tyan2010-11-261-1/+1
| | | | | | | | | | | | | | | + 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
* Move camera UI elements to their own xml files.Hung-ying Tyan2010-11-121-32/+2
| | | | | | | | | | | | | | | | | | | | | 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
* Change setting picker to popup window.Wu-cheng Li2010-11-121-2/+2
| | | | | | | UI was re-designed. bug:3156666 Change-Id: Id40fab084f59cdeca8e2991dc8b3768fcac8e0bf
* Change recording time position for xlarge layout.Wu-cheng Li2010-10-181-11/+4
| | | | | | Move recording time to the top right of the camera control panel. Change-Id: I8c13d2903f568d479d1aa963c6f0955e3126860c
* Use theme to display background to reduce perceived latency.Wu-cheng Li2010-09-201-1/+0
| | | | | | | | | | Now system picks up the camera background as soon as the app starts. Originally users would see the app startup with the default theme and its dark background. The camera background would only appear after the inflation of the content view and the first layout/drawing pass. Change-Id: I9003b37b1a958c78f5fd804de9fedeb23bd90fc9
* Added live diplay of recorded video time for time lapse capture.Nipun Kwatra2010-08-271-1/+1
| | | | | | | | | | | | | Since the length of time lapse video is different from the length of the actual wall clock time elapsed, we display the video length alongside the wall clock time. - Moved creating of hh/mm/ss string from milliseconds to millisecondToTimeString() function. - Added getTimeLapseVideoLengthString() which computes the video length from elapsed time, capture rate and frame rate. Change-Id: Ifea0a4f8376ad09f4a0a5a14aa3f96ac48fd27dd
* Nudge the camera preview 2dip from the screen edge.Daniel Sandler2010-05-061-0/+1
| | | | | | | | | | | | On Sapphire, the preview background was right up against the edge of the screen; since that portion of border_view_finder.9.png is very dark, it looked as if there was no border at all. Now there's a guaranteed 2dip of bg_camera_pattern.png texture visible to the left of the viewscreen. Bug: 2655309 Change-Id: I4d4f45542700b8b0fec564b72895e42d9dd29da3
* Remove GLRootView in onPause() and put it back in onResume() to avoid OOM inOwen Lin2010-04-211-4/+0
| | | | | | | | Gallery. Bug: 2557840 Change-Id: I2d6ff6da25bfe342472278efd5fc25c38d5fd5ce
* Fix several UI issues.Owen Lin2010-03-161-4/+0
| | | | | | | | | | | 1. Remove the cross in border_last_picture 2. Remove the gripper in VideoCamera 3. Solve the popup triangle locate in wrong position 4. Remove the top and bottom borders of the preview frame in Camera 5. Rotate the on-screen indicators when orientation changed 6. Add the checking for the flash mode in VideoCamera Change-Id: I304ea3582d08c5e46ed750b7371588635a4d8009
* New UI for camcorder.Owen Lin2010-03-141-20/+4
| | | | Change-Id: Id35564836da7b4051662cccfd0920480421499b0
* Camera should have the com.android.camera package name.Romain Guy2010-03-101-1/+1
| | | | | | Related to bug #2464545 Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
* Unbundle: change camera package name.Chih-Chung Chang2010-03-081-1/+1
| | | | Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
* Revert "Unbundle: change package name to com.google.android.camera"Chih-Chung Chang2010-03-081-1/+1
| | | | This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
* Unbundle: change package name to com.google.android.cameraChih-Chung Chang2010-03-051-1/+1
|
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-10/+10
| | | | Bug: #2361749.
* Add flash light setting in video camera.Wu-cheng Li2009-12-081-0/+5
| | | | http://b/2118298
* Hide the indicator if the icon is empty.Cheng-Ru Lin2009-11-121-2/+1
| | | | | | | | Also change the order of on-screen icons. http://b/issue?id=2250438 Change-Id: I25b0edfa1913aa3dacd960df87d5d7103e352bce
* Add icon-indicators to VideoCamera.Cheng-Ru Lin2009-11-121-2/+18
| | | | | | Change-Id: Ie5ace8cf1863636ffe94f89d70525483a95b3239 http://b/2247081
* Resize the preview frame as large as possible.Cheng-Ru Lin2009-09-291-51/+40
| | | | | | Now, we will calculate the layout by ourselves in PreviewFrameLayout. Change-Id: I90f91f9df6d2f75fbd31fc930af624a84820bc95
* Implement the drawer UI. When user click on the drawer button, theOwen Lin2009-09-171-33/+46
| | | | | | on-screen settings will show up. Change-Id: I86a587969a9a01d62560e21d457d3639841ba6da
* Fix layout for high dpi display.Chih-Chung Chang2009-08-061-46/+44
|
* Address review comment in previous patch sets.Owen Lin2009-06-211-1/+1
|
* UI refresh for attachment capture mode.Owen Lin2009-06-201-35/+0
|
* Fix attach video.Wu-cheng Li2009-06-191-0/+39
|
* New UI for cameraOwen Lin2009-06-181-84/+20
|
* New UI for donut's camera !!Owen Lin2009-05-221-40/+35
|
* Move things out of surfaceChanged to reduce ANR.Wu-cheng Li2009-05-121-1/+1
| | | | | modified: res/layout/video_camera.xml modified: src/com/android/camera/VideoCamera.java
* Make sure button layout look ok in languages other than English (tested on ↵Chih-Chung Chang2009-04-201-2/+3
| | | | Spanish).
* Automated import from //branches/donutburger/...@141143,141143Owen Lin2009-03-241-11/+11
|
* Automated import from //branches/donutburger/...@141053,141053Chih-Chung Chang2009-03-241-93/+86
|
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-3/+13
|
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+127
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-127/+0
|
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-3/+9
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-30/+8
|
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-17/+2
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-27/+22
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-2/+6
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+24
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+135