summaryrefslogtreecommitdiffstats
path: root/res/layout-land
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused menu indicators code.Danny Baumann2019-10-251-63/+0
| | | | Change-Id: I0ce48da277a532b46fdde15027f636de4d7585b7
* Snap: Materializejrizzoli2019-10-253-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: jrizzoli <joey@cyanogenmoditalia.it> Date: Thu Jan 7 21:07:51 2016 +0100 Snap: initial materialization Just for initial ship Change-Id: I8d6c0d71d1b94e6eb2f43ab962fb92de0e6c7093 Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it> Author: jrizzoli <joey@cyanogenmoditalia.it> Date: Mon Jan 11 21:02:08 2016 +0100 Snap: remove captureUI pngdrawables CM now supports 90/270 degrees rotated vectordrawables Change-Id: I13b36463c60430564c00bd1e36393fff7ddbfdae Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it> Author: jrizzoli <joey@cyanogenmoditalia.it> Date: Wed Jan 20 20:54:10 2016 +0100 Snap: update shutter button style Change-Id: Ide5fc0ff1c54e216ac7cd9bea202002d1d4dfa12 Author: Joey Rizzoli <joey@cyanogenmoditalia.it> Date: Sun Dec 11 21:30:18 2016 +0100 Snap: update caf icons Change-Id: I1adaf709253637bde037b5aea1f856fc5b9029c7 Signed-off-by: Joey Rizzoli <joey@cyanogenmoditalia.it> Author: Arne Coucheron <arco68@gmail.com> Date: Thu Aug 17 01:19:05 2017 +0200 Snap: Update HDR icons Current ones are so small, I can hardly see them. These new ones are bigger and looks more in line with the rest of the icons. Change-Id: Idaeec67a78d66105a375f09b6701a49dce43fd22 Author: codeworkx <daniel.hillenbrand@codeworkx.de> Date: Sat Jan 20 12:46:31 2018 +0100 Snap: update shutter buttons on CaptureUI Change-Id: I674de05dfb46fb714979ac66c16a85825af13c95 Author: Paul Keith <javelinanddart@gmail.com> Date: Tue Jan 23 23:36:19 2018 +0100 Snap: Update pano and video icons to be more like photo icons * Put the colored ring on the _outside_ of the shutter * While we're at it, cleanup naming and usage of color resources Change-Id: I4f344fa272374d043f2b83dba7248e263fab8bf0 Author: Andreas Blaesius <andi@unlegacy-android.org> Date: Fri Jun 1 17:47:00 2018 +0200 Snap: remove unused shutter buttons Change-Id: Id913626bbccc6fd245ed9f46374389ca7eca3c30 Change-Id: I7596f3c887874b4913d87ecbfa5438191fc86249 Signed-off-by: Chippa-a <vusal1372@gmail.com>
* SnapdragonCamera:Fix Camera FC in split screenjunjiez2016-09-071-3/+3
| | | | | | | | | | | When camera launched in in split screen, it shows in landscape, but ImageViews in the land layout of CameraControls are not RotateImageViews, exception occurred when CameraControls.setOrientation is invoked. Change them to RotateImageViews to avoid exceptions. Change-Id: I6fe0c04e2a6f1c4726a35adba697fbffbac5c0bd CRs-Fixed: 1063479
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-023-287/+0
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* Merge "SnapdragonCamera: New shutter Icons"Linux Build Service Account2015-01-231-8/+22
|\
| * SnapdragonCamera: New shutter IconsByunghun Jeon2015-01-201-8/+22
| | | | | | | | | | | | Add new shutter icons for SnapdragonCamera Change-Id: Ic0abf1b509800133bbd9dbee0cc34ebca02e5bcb
* | Revert "SnapdragonCamera: Add FullScreen Preview when in Panoramic shoot"Jay Wang2015-01-131-33/+102
|/ | | | This reverts commit 8c1e4ff06d80d69792170f0cab8dea2f490cb7fa.
* SnapdragonCamera: Add FullScreen Preview when in Panoramic shootJay Wang2015-01-051-102/+33
| | | | | | | | | | | | Changed the Panoramic preview to full screen Resized the warped preview image to smaller Size and render on top of the full screen preview image Change-Id: I98735dbed2ff4dada8708bf5a4a0f9da6ba030c7 Conflicts: res/layout-land/pano_preview_progress.xml res/layout-port/pano_preview_progress.xml
* SnapdragonCamera: Create panoramic layout filesJay Wang2015-01-051-0/+119
| | | | | | Add layout files for panoramic full-screen preview support Change-Id: I88d1653642670701a72819e53381211e66af2963
* SnapdragonCamera: show how many more pictures can be takenLikai Ding2014-12-221-0/+8
| | | | | | | Prompt to user an estimation of how many more pictures can be taken, calculated based on available storage. Change-Id: Iabc8268d548d3f6d86a6d065b511641b837a1de5
* SnapdragonCamera: Add preview thumbnail buttonByunghun Jeon2014-11-191-12/+3
| | | | | | Add preview thumbnail button and touch it to go to gallery Change-Id: Ib80ef94c677c204d7f0826356792aba2aa11d4d1
* SnapdragonCamera: Modify SnapdragonCamera UIByunghun Jeon2014-11-171-48/+98
| | | | | | Modified SnapdragonCamera setting menus with new icons Change-Id: I726296dfb100ac81ad6f1cd84420ae27c0ae1201
* Add content description to post-capture thumbnail.Sascha Haeberling2013-10-011-1/+2
| | | | | | Bug: 10916138 Change-Id: I6fc5316cf622da8ba7bfcff5c6b43104d50c6652
* Fix SRI UX issues and improve UI efficiencyDoris Liu2013-09-243-144/+34
| | | | | Bug: 10674078 Change-Id: I0bb820b5866e3acb8534592a4eec246df24fd441
* Bring back wide angle panorama.Angus Kong2013-09-043-1/+145
| | | | | | bug:10293937 Change-Id: I23a977e87b7416f07ecac20025b6c142ae61be05
* This adds the following four CLs to Camera2:Sascha Haeberling2013-08-061-1/+2
| | | | | | | | | | | | http://ag/339319 http://ag/338974 http://ag/338401 http://ag/324149 Adapted to work in Camera2 and adding a .gitignore so that temporary Eclipse files and folders are not submitted. Change-Id: I40295c7f0139f76270c44f0ca395c0574a288569
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-065-375/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* Remove SRI panoramaDoris Liu2013-06-203-179/+0
| | | | Change-Id: Icbe154aede474fb678ae4e0b2088626a4a8b31d8
* Improve gesture handlingDoris Liu2013-05-311-0/+1
| | | | Change-Id: Ib1e18274480b6bb681bd06f3130f9b9ea198ea98
* toUpper() some stringsJohn Reck2013-05-161-1/+2
| | | | | | Bug: 8791729 Change-Id: Icd05eb2d33b83fb589470ef9d98585f919f14deb
* Fix lockscreen camera widget layoutMichael Kolb2013-05-061-24/+27
| | | | | | Bug: 8832891 Change-Id: I4658de74e7cc9d4ba80a561b3e71ae6339d4f236
* Fix layout and preview for tabletsMichael Kolb2013-05-011-2/+2
| | | | | | | | Bug: 8253060 Make controls full screen, and layout according to required size Change-Id: I725547041264457d85d73d470d25caa5cb2cf783
* Update capture animationMichael Kolb2013-05-011-0/+8
| | | | | | | | | Bug: 8253060 Update preview thumb margins and size Add touch target for thumbnail Change-Id: I2b298de330834c42a55b4cb082148d971727f530
* Add new indicatorsMichael Kolb2013-04-261-3/+3
| | | | | | Bug: 8640131 Change-Id: I9e567ddafa130e84af4d56a69ba7e389e64e3456
* UI changesnicolasroard2013-04-245-139/+292
| | | | | | bug:8664728 Change-Id: I133328543af534c745526d0d58aa7a61f5748a9d
* Allow swiping to filmstrip from blocker barDoris Liu2013-04-181-1/+0
| | | | | Bug: 8607910 Change-Id: I69bfcf8d95d6071be7d65fbf433916740cbb655c
* New state panelnicolasroard2013-04-151-57/+55
| | | | | | | bug:8620913 bug:8503386 Change-Id: I35c95103e3b5097df93fa3f48e5562a479915f06
* Fix panel color background in landscapenicolasroard2013-04-091-0/+2
| | | | Change-Id: Id1a0470c8df5fe39f5504a43e1602672ac0d584d
* Improve black bar to keep camera controls in placeDoris Liu2013-04-031-3/+3
| | | | | | Bug: 8340996 Change-Id: Ibca4a9f1ed84bd59e29cc988df346f1567de2a5b
* Adding switcher background back inDoris Liu2013-03-251-1/+1
| | | | | | | Fixed switcher background's rotation issue. Bug: 8436031 Change-Id: Icc6c3fa38c98587c1ff37fea7d53980679943938
* split filter show into multiple filesJohn Hoford2013-03-111-127/+11
| | | | Change-Id: I3d6b61ed893befa24a8c8306981d74096db91535
* refactoring to make Editor classes do moreJohn Hoford2013-03-111-14/+74
| | | | Change-Id: Id0885929cf3a9410bd0e5d3bf96eb99e8c7e1cf9
* Add tiled backgroundnicolasroard2013-03-111-74/+15
| | | | Change-Id: I52292f6cae4f1121795829663dc4738cb38a953b
* Merge "Keep camera controls on the same physical side" into gb-ub-photos-bryceDoris Liu2013-03-061-28/+16
|\
| * Keep camera controls on the same physical sideDoris Liu2013-03-051-28/+16
| | | | | | | | Change-Id: I09c50650c77a89fadfeb376564ef43e750994f8a
* | Improves visual historynicolasroard2013-03-051-1/+1
|/ | | | Change-Id: Ie43e99777d590a504b068d81f327119cca03b9d9
* Improves state/history panel behaviournicolasroard2013-03-041-45/+45
| | | | Change-Id: Icfd071aa5de11f1fe8cbba34f2837d5a850f9a68
* Merge "Flatten view hierarchy and rotate views" into gb-ub-photos-bryceDoris Liu2013-03-046-128/+42
|\
| * Flatten view hierarchy and rotate viewsDoris Liu2013-03-046-128/+42
| | | | | | | | | | | | | | | | | | TODO: SRI pano and Lightcycle can use a bit more flattening. I will get to them next. (Maybe in a different CL.) TODO: Need to cancel capture animation in onConfigurationChanged() Change-Id: I00fd3e098117d9fb74fde2c128407ab6275bcedf
* | Improves State panel and Refactor FilterShowActivitynicolasroard2013-03-011-0/+336
|/ | | | | | | | - handles multiple xml layout - add a portrait layout - improves the state panel (delete, etc.) Change-Id: I29762c99cdd467db8705174c660304c8ed673ce2
* Fix camera setting icons appearing in wrong placeDoris Liu2013-02-082-3/+3
| | | | | Bug: 7956904 Change-Id: I1b2d3fef8d82a3efeb0caa5130ce3dbb6808af70
* Copy camera resources into Gallery2Michael Kolb2013-01-2910-0/+503
Change-Id: I3be2758b2ddca31dbc2f21457a62664310c39684