summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* First gallery reskin iteration.Bobby Georgescu2012-08-091-1/+1
| | | | Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
* Do not use listPreferredItemHeightSmall before API 14.Wu-cheng Li2012-07-202-2/+2
| | | | | bug:6706647 Change-Id: I9ebdb299e16bdf467cc46b3d094306d93147ee64
* Make CustomMenu compatible with API level 10.Owen Lin2012-07-171-0/+27
| | | | | bug: 6802855 Change-Id: I230c91bd9744935a181881131dcd2275ed89d819
* Add back the background when we show the action barOwen Lin2012-05-251-5/+5
| | | | | | | | | | | | | | | | This change fix the following UI issues: 1. We add a black backgorund when ActionBar shows and remove it when we hide the action bar. 2. Make the postion of video stable when opening 3. Prevent glitching when opening a video 4. Make it really full-screen. 5. Hide ControlOverlay at begining. bug:6519765 bug:6491674 Change-Id: I3ab033642df2c4a158b99385b02e3e967eebeabd
* Put a black View in front of SurfaceView.Chih-Chung Chang2012-05-224-15/+29
| | | | | | | This prevents SurfaceView from being transparent before the first draw. Bug: 6507478 Change-Id: I2170f23d4c9844bfc3854d6120f5e72cc0d591ca
* Fix 6046987 The header on the contextual action bar when multiple photos are ↵Ray Chen2012-04-191-7/+17
| | | | | | | | selected is very janky b:6046987 Change-Id: I86c79cf4d8995bfa0faab95ecd61e89879847630
* Fix b/5974240: Sliders may not be responsive to touches.Yuli Huang2012-04-023-14/+5
| | | | | | Add padding around sliders to increase its touchable areas. Change-Id: I034e25804811b14ce6137c72472191dabd7bdef8
* Create a ScreenNail interface so we can add other types of screenails.Chih-Chung Chang2012-03-211-0/+1
| | | | | | Add a new MediaItem type to contain a ScreenNail. Change-Id: Ia303949f3013dd48ded204eaf9ec69a102b8503e
* Fix 5406844 Category switcher does not highlight current selectionRay Chen2012-03-121-0/+1
| | | | Change-Id: I7f6295d452764220bd3faa49526be25872a42e6d
* Change id "root" to "movie_view_root" to avoid confusion.Chih-Chung Chang2012-03-121-1/+1
| | | | | | There is also one id "root" in Camera. Change-Id: Id6ebc5362f5ddceabe6dab6218de9b091454bde7
* Fix b/5974663: inconsistent transparency of disabled action buttons.Yuli Huang2012-02-092-7/+7
| | | | | | | | | 1. Avoid gray out save-button again as disabled alpha is already applied to all text buttons. 2. Reduce disabled alpha of image buttons to make them look consistent with text buttons. Change-Id: Ie76988db1424ce036470a754acd2e4501979dd1a
* Simplify EffectAction.Yuli Huang2011-12-034-54/+27
| | | | | | | 1. Make the whole effect item clickable instead of just the icon. 2. Rename interfaces/methods to improve readability. Change-Id: I647a13dae88b4527b7baba85bb83b9bd15bbe997
* Refactor to remove obsolete design and improve code consistency.Yuli Huang2011-12-026-5/+20
| | | | | | | | | | | | | 1. Remove isValid()/validate() in Filter; EffectAction would push filters into the stack when being notified by notifyChanged(). 2. Make RedEyeAction consistent with DoodleAction by ignoring out-of-bounds operations. 3. Improve consistency by encapsulate effect-tool creation/removal in one class (EffectToolFactory). 4. Minimize variable visibility in EffectAction subclasses. 5. Fix unfinished doodle lost when exiting Doodle effect by multi-touch. Change-Id: I8d3b127c5fe8777eb45b7c5ae680f6a30a99635a
* Add face tanning effect to galleryRuei-sung Lin2011-11-041-0/+10
| | | | | | bug: 5453164 Change-Id: I259e80325854b9e4a2d2c93db74b306b8e15535c
* Merge "Fix 5543077: Gallery UI tweaks." into ics-mr1Chih-Chung Chang2011-11-032-3/+7
|\
| * Fix 5543077: Gallery UI tweaks.Chih-Chung Chang2011-11-032-3/+7
| | | | | | | | Change-Id: I0b85b37ba851628acd0853e4de0985b494606487
* | Fix 5420843 [UI] Text strings for selecting images/album for Gallery widget ↵Ray Chen2011-10-281-4/+4
|/ | | | | | are confusing Change-Id: Icd160f688496c5e9e70c13889e9e393cad0dc428
* Fix b/5401109.Yuli Huang2011-10-201-0/+20
| | | | | | | | | | 1. Add FlipView similar to existing RotateView. 2. Add flipPhoto() similar to existing rotatePhoto() in PhotoView, and add setRenderToFlip() in RendererUtils. 3. Make FlipAction use FlipView/PhotoView similar to how RotateAction uses RotateView/PhotoView. Change-Id: I5642266adbc248c0b8eda48ddc29558ae9cbd21e
* Merge "Fix b/5403449." into ics-mr0Yuli Huang2011-10-183-30/+60
|\
| * Fix b/5403449.Yuli Huang2011-10-183-30/+60
| | | | | | | | | | | | | | | | | | | | 1. Extract code that recreates/restores ActionBar as RestorableView, and make both ActionBar and EffectsMenu extend RestorableView. 2. Fix effects-menu buttons too close to each other. 3. Remove effects-menu buttons' highlight animations to look more responsive. Change-Id: I68e5bdcde702e611ccced5e169852c0e58a949fc
* | Fix 5393669: New Player Control UI.Chih-Chung Chang2011-10-181-20/+0
|/ | | | Change-Id: I1aa310eee3b7715dbefea6b2f24e6f32481db49c
* Merge "Fix 5367090 Gallery top selector (Albums, Locations, Times...) ↵Ray Chen2011-10-061-2/+2
|\ | | | | | | dropdown must use framework component"
| * Fix 5367090 Gallery top selector (Albums, Locations, Times...) dropdown must ↵Ray Chen2011-10-061-2/+2
| | | | | | | | | | | | use framework component Change-Id: I38bdd487d5e406284d86557cfdd8592e598ebdd5
* | Replace slider assets and fix save-share-button height.Yuli Huang2011-10-061-1/+1
| | | | | | | | | | | | | | | | 1. Use the same slider asset for both fill-light and highlights. 2. Update slider assets and dimensions. 3. Fix save-share-button height didn't fill action-bar. Change-Id: I6b3a735c8f745084b89b1d6a035c7ed9bd4ff287
* | Fix b/5032231: Allow share in Photo Editor.Yuli Huang2011-10-051-4/+17
|/ | | | Change-Id: I5fd48243df76fd0c2617c92d7f73936172bf6c47
* Merge "Various UI fixes in Gallery"Evan Millar2011-10-031-0/+22
|\
| * Various UI fixes in GalleryEvan Millar2011-09-301-0/+22
| | | | | | | | | | | | | | | | | | | | -New assets for grid and strip selection borders. -Fix spacing in details dialog. -New scrollbar asset in the strip view. -Deleted unused ScrollView.java and GlDetailsView.java bug:5327238 Change-Id: I147b8f8069f42e345110f7ae86c47d331551f089
* | Fix b/5317371 to make action-bar consistent with framework CAB.Yuli Huang2011-10-042-32/+53
| | | | | | | | | | | | | | | | | | | | 1. Refactor to decouple ActionBar from FilterStackListener and ActionBarListener to avoid FilterStack/Toolbar depending on ActionBar. 2. Recreate the action-bar on configuration changes and restore button status and behaviors from the old action-bar. 3. Use framework CAB styles/dimensions to have consistent look and feel. Change-Id: Ib7be0e0b8135f5f86af65b320f09b3d691464f54
* | facelift in galleryRuei-sung Lin2011-09-301-0/+10
|/ | | | Change-Id: I7cb67c3d977d8b23957586bb5ad1dada096ef07b
* Fix 5349519: The Select photo/video activity should use action bar.Chih-Chung Chang2011-09-231-1/+2
| | | | Change-Id: Ib537926c780fff6edd60d54c3d28740988d6221b
* Fix 5299746: Tweak layout and iconsChih-Chung Chang2011-09-211-0/+1
| | | | Change-Id: I36d050fb2459ca559b74be1112b4ac6a8566dc1e
* Fix 5299746: Update assets.Chih-Chung Chang2011-09-211-1/+1
| | | | Change-Id: Ia0e2d5206835de51910ca8196ba71ecfb255b72d
* Fix 5299746: New UI layout, part 2.Chih-Chung Chang2011-09-201-46/+40
| | | | | | | | | | - Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
* Fix 5239335 ICS Gallery: convert tabs at Gallery home to drop downRay Chen2011-09-161-0/+26
| | | | Change-Id: I7503f724dbf16034513a6d8d6b0cb0425166a365
* Merge "Fix b/5182741: Add 'Edit' title in the action-bar."Yuli Huang2011-09-141-1/+4
|\
| * Fix b/5182741: Add 'Edit' title in the action-bar.Yuli Huang2011-09-141-1/+4
| | | | | | | | Change-Id: I3964bfcb23818f2f3f8364475f74b401f7eed097
* | Use different UIs for phone's portrait mode in manage offline page.Owen Lin2011-09-142-5/+78
|/ | | | | | | | | fix: 5100503 The original UI design is not suitable for phone's portait mode. I move the UIs from GL view to android View to get better support. Change-Id: Ice5f536129f66b51cdaf4db1be750be7bc072c7f
* Fix b/4643148: Make PhotoEditor integrated into Gallery.Yuli Huang2011-09-1313-0/+616
| | | | | | | | | | 1. Move PhotoEditor code/resources into Gallery for single apk. 2. Change PhotoEditor package to com.android.gallery3d.photoeditor. 3. Rename PhotoEditor resources to avoid mess up Gallery resources. 4. Move Doodle effect from fix-effects to color-effects. 5. Update PhotoEditor bottom action-bar background. Change-Id: I1a2f7d27d89a14fe6a0435575b993ed8b75e6bf4
* Remove resources for Settings.Owen Lin2011-09-015-186/+0
| | | | Change-Id: I59a95966cbe9c90553716111ecddb84623002610
* Revert "Revert "Move resource to sync library.""Owen Lin2011-08-301-34/+0
| | | | This reverts commit 779377e489158b8db0be1168002f4416f4ef319c.
* Revert "Move resource to sync library."Wei Huang2011-08-291-0/+34
| | | | This reverts commit 50602e846230d8d944b81c651b11f40c8d21221c.
* Move resource to sync library.Owen Lin2011-08-291-34/+0
| | | | Change-Id: I9bcd9f65b0e222d2a54eef505096706f586fc1a6
* Fix 5133608 [UI] Details should be displayed as a system dialog in phone UIRay Chen2011-08-261-0/+23
| | | | | | | Fix 5132798 [UI] Details popup on tablet is incorrectly placed and should not have x icon to close Fix 5199822 Long press and select "detail" shows details of another item Change-Id: I0e992ded8a154edb1c7a81b75d0461d5bf309f31
* Initial code for Gallery2.Owen Lin2011-08-1816-0/+561
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c