History log of /packages/apps/LegacyCamera/res/layout/video_camera.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d33109730e0ab81230f84e2bd35599e8e24fc4ba 17-Oct-2011 Chung-yih Wang <cywang@google.com> Change the default orientation to portrait.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
69e105dbd0d7693ac753dc5c15fa3def65cc31e4 12-Oct-2011 Evan Millar <emillar@google.com> More bg training polish.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
16ca94d73bfe07f280e381595709b56c2681b2bc 08-Aug-2011 Wu-cheng Li <wuchengli@google.com> Use new background and shutter button.

bug:5024054

Change-Id: I2def331433b0db66efc0d38f1e9537c0980441bb
/packages/apps/LegacyCamera/res/layout/video_camera.xml
bed7386688cd7810cba23732ab71f370fe3222ff 20-Jul-2011 Chung-yih Wang <cywang@google.com> Merge the indicator bar implementations.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
41ac285a1c97b1df78246456effb80de51033323 25-Nov-2010 Hung-ying Tyan <tyanh@google.com> Increase camera preview frame size and other changes.

+ 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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
a2cbd31e81bf6b4a65ade4a5c34c303546d57d8c 11-Nov-2010 Hung-ying Tyan <tyanh@google.com> Move camera UI elements to their own xml files.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
02ec7c0880ded5863d73d6f173ef35ab5c888dcd 04-Nov-2010 Wu-cheng Li <wuchengli@google.com> Change setting picker to popup window.

UI was re-designed.
bug:3156666

Change-Id: Id40fab084f59cdeca8e2991dc8b3768fcac8e0bf
/packages/apps/LegacyCamera/res/layout/video_camera.xml
9847656580c612bee31b5b1f2256d2cad718644f 14-Oct-2010 Wu-cheng Li <wuchengli@google.com> Change recording time position for xlarge layout.

Move recording time to the top right of the camera control
panel.
Change-Id: I8c13d2903f568d479d1aa963c6f0955e3126860c
/packages/apps/LegacyCamera/res/layout/video_camera.xml
df41c36076dce8d68bcb69bc922b057c1bd82ee0 20-Sep-2010 Wu-cheng Li <wuchengli@google.com> Use theme to display background to reduce perceived latency.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
678edf97c618e1699f4180815af3846380d5ee46 19-Aug-2010 Nipun Kwatra <nkwatra@google.com> Added live diplay of recorded video time for time lapse capture.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
aefb028cb120b2908038f459e33b61d18ad32417 05-May-2010 Daniel Sandler <dsandler@android.com> Nudge the camera preview 2dip from the screen edge.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
f00d421845b4ff2eca1354419889886fec5f2538 20-Apr-2010 Owen Lin <owenlin@google.com> Remove GLRootView in onPause() and put it back in onResume() to avoid OOM in
Gallery.

Bug: 2557840

Change-Id: I2d6ff6da25bfe342472278efd5fc25c38d5fd5ce
/packages/apps/LegacyCamera/res/layout/video_camera.xml
6988d4e2ef8d14d8bf3ee81c8eb3175bbf1b88ec 15-Mar-2010 Owen Lin <owenlin@google.com> Fix several UI issues.

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
/packages/apps/LegacyCamera/res/layout/video_camera.xml
469a9ef839e38630e1e652d182f7e0ee5882e277 10-Mar-2010 Owen Lin <owenlin@google.com> New UI for camcorder.

Change-Id: Id35564836da7b4051662cccfd0920480421499b0
/packages/apps/LegacyCamera/res/layout/video_camera.xml
e480f77352d670b2892a9b7b7cd503838b71ca9f 10-Mar-2010 Romain Guy <romainguy@android.com> Camera should have the com.android.camera package name.
Related to bug #2464545

Change-Id: I08f5cce5b0df623fc62683bd9c9d4a1aa0694240
/packages/apps/LegacyCamera/res/layout/video_camera.xml
3889cf31101cfd4d336f1ce5ae5122c2cb3c0fdc 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change camera package name.

Change-Id: I9b101ea486f06be553104bc4879f5ec66ae014bc
/packages/apps/LegacyCamera/res/layout/video_camera.xml
e57b61d261f6e8aa502a7da195d5f9192fc55630 09-Mar-2010 Chih-Chung Chang <chihchung@google.com> Revert "Unbundle: change package name to com.google.android.camera"

This reverts commit 1ace47c7352d65b10361863316b5748b4f3e0689.
/packages/apps/LegacyCamera/res/layout/video_camera.xml
f744b3ff623764342719de0af4cc184db9837ea8 06-Mar-2010 Chih-Chung Chang <chihchung@google.com> Unbundle: change package name to com.google.android.camera
/packages/apps/LegacyCamera/res/layout/video_camera.xml
2ca4f7cd4bcc12dc70e394b4372072b61c32a215 09-Jan-2010 Romain Guy <romainguy@android.com> Deprecate fill_parent and introduce match_parent.
Bug: #2361749.
/packages/apps/LegacyCamera/res/layout/video_camera.xml
da3e9964a4a82a942d7f450e7c89904f5c5aa03f 07-Dec-2009 Wu-cheng Li <wuchengli@google.com> Add flash light setting in video camera.

http://b/2118298
/packages/apps/LegacyCamera/res/layout/video_camera.xml
9c90e4ffabcb51d340648d71ada7208bc4e2de96 12-Nov-2009 Cheng-Ru Lin <owenlin@google.com> Hide the indicator if the icon is empty.

Also change the order of on-screen icons.

http://b/issue?id=2250438

Change-Id: I25b0edfa1913aa3dacd960df87d5d7103e352bce
/packages/apps/LegacyCamera/res/layout/video_camera.xml
cc12a303ad51063cee73715849a951fb5f383188 12-Nov-2009 Cheng-Ru Lin <owenlin@google.com> Add icon-indicators to VideoCamera.

Change-Id: Ie5ace8cf1863636ffe94f89d70525483a95b3239

http://b/2247081
/packages/apps/LegacyCamera/res/layout/video_camera.xml
ffcca7403c9a364403357d3c76a3ff256c63c786 27-Sep-2009 Cheng-Ru Lin <owenlin@google.com> Resize the preview frame as large as possible.

Now, we will calculate the layout by ourselves in PreviewFrameLayout.

Change-Id: I90f91f9df6d2f75fbd31fc930af624a84820bc95
/packages/apps/LegacyCamera/res/layout/video_camera.xml
c1f2e3021bf7b12f2a33561e09bd0ab32530382e 14-Sep-2009 Owen Lin <owenlin@google.com> Implement the drawer UI. When user click on the drawer button, the
on-screen settings will show up.

Change-Id: I86a587969a9a01d62560e21d457d3639841ba6da
/packages/apps/LegacyCamera/res/layout/video_camera.xml
69423f71b946d82528a4c58b15a44953bff2b8c8 06-Aug-2009 Chih-Chung Chang <chihchung@google.com> Fix layout for high dpi display.
/packages/apps/LegacyCamera/res/layout/video_camera.xml
eab15857f3829a7d26979b9604021a3cfbbc4d28 22-Jun-2009 Owen Lin <owenlin@google.com> Address review comment in previous patch sets.
/packages/apps/LegacyCamera/res/layout/video_camera.xml
61b98317dfb7b8bad4e826e1db560128e1c37374 19-Jun-2009 Owen Lin <owenlin@google.com> UI refresh for attachment capture mode.
/packages/apps/LegacyCamera/res/layout/video_camera.xml
84f96469f8c54fcdc61b6e854cd478abc15c4f52 19-Jun-2009 Wu-cheng Li <wuchengli@google.com> Fix attach video.
/packages/apps/LegacyCamera/res/layout/video_camera.xml
dad4b187eec436a2716aca5af31f23ce5de95f39 12-Jun-2009 Owen Lin <owenlin@google.com> New UI for camera
/packages/apps/LegacyCamera/res/layout/video_camera.xml
059daa36dc6e83ca24a16d9b99925e71010bcceb 19-May-2009 Owen Lin <owenlin@google.com> New UI for donut's camera !!
/packages/apps/LegacyCamera/res/layout/video_camera.xml
ac3a8c8ae81482867daa897d5d763e777430de9e 12-May-2009 Wu-cheng Li <wuchengli@google.com> Move things out of surfaceChanged to reduce ANR.
modified: res/layout/video_camera.xml
modified: src/com/android/camera/VideoCamera.java
/packages/apps/LegacyCamera/res/layout/video_camera.xml
6258c6fa96284a719f1ed35e2ce2da1f1eadebc1 20-Apr-2009 Chih-Chung Chang <chihchung@google.com> Make sure button layout look ok in languages other than English (tested on Spanish).
/packages/apps/LegacyCamera/res/layout/video_camera.xml
07c90568c7b0568e6cb75559bd13e5d000ac040f 25-Mar-2009 Owen Lin <> Automated import from //branches/donutburger/...@141143,141143
/packages/apps/LegacyCamera/res/layout/video_camera.xml
9bc8d1b47e5bab978cc9571ddfdedc8309a0b65d 25-Mar-2009 Chih-Chung Chang <> Automated import from //branches/donutburger/...@141053,141053
/packages/apps/LegacyCamera/res/layout/video_camera.xml
de365d87520c97d6b1636442e6b5c82a3e036f29 19-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@140373
/packages/apps/LegacyCamera/res/layout/video_camera.xml
8d0dd0e2ee9a9f8d729ed96597102777cf14701f 13-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake_rel/...@138607
/packages/apps/LegacyCamera/res/layout/video_camera.xml
b64d345c9d51cabce43b5191532a0c185d2a70a5 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/LegacyCamera/res/layout/video_camera.xml
becfb351a5bc43050128f44eb1bcfbcc0c6dcb7a 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/LegacyCamera/res/layout/video_camera.xml
d8bccef54d490ce562e61fc907201da0c666314e 19-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@132276
/packages/apps/LegacyCamera/res/layout/video_camera.xml
dee42a6e53cb1d0c7194b0cb92028cca353d7c5c 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/packages/apps/LegacyCamera/res/layout/video_camera.xml
8250896ab37545f4499da79f54c19af2e5018b80 22-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127436
/packages/apps/LegacyCamera/res/layout/video_camera.xml
33e3e0b3f4f1f54e067bbc54c9b8b5a26660f9f0 20-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@127101
/packages/apps/LegacyCamera/res/layout/video_camera.xml
9c061072c8f4ec16acf25e0af7ca3d8317d1026f 16-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@126645
/packages/apps/LegacyCamera/res/layout/video_camera.xml
b97ccf3f20bee44daf70f10966809e39e30ab4f7 10-Jan-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@125939
/packages/apps/LegacyCamera/res/layout/video_camera.xml
0eaec58e292ce4eaa6baadecf643f0f65e48d278 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/LegacyCamera/res/layout/video_camera.xml