summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp/photoeditor_dimens.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix b/5974240: Sliders may not be responsive to touches.Yuli Huang2012-04-021-4/+6
| | | | | | Add padding around sliders to increase its touchable areas. Change-Id: I034e25804811b14ce6137c72472191dabd7bdef8
* Fix b/5403449.Yuli Huang2011-10-181-0/+1
| | | | | | | | | | 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 UI.Yuli Huang2011-10-131-1/+1
| | | | | | | | | 1. Replace slider assets on tablets. 2. Add face-tan effect icon. 3. Change orange color to blue color in straighten effect to be consistent with crop effect. Change-Id: I073dea539d68d2a3d7782a520daa911879bc41cd
* 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/5375999: replace effect thumbnails.Yuli Huang2011-10-041-4/+5
| | | | | | | | 1. Replace Doodle/Facelift thumbnails. 2. Adjust effect label margins. 3. Remove unused imports from FaceliftFilter.java. Change-Id: I9e5f162721455ace62bb30d90301a9c70ff95fdc
* Fix b/5317371 to make action-bar consistent with framework CAB.Yuli Huang2011-10-041-14/+7
| | | | | | | | | | 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
* Fix b/5182741: Add 'Edit' title in the action-bar.Yuli Huang2011-09-141-1/+1
| | | | Change-Id: I3964bfcb23818f2f3f8364475f74b401f7eed097
* Fix b/4643148: Make PhotoEditor integrated into Gallery.Yuli Huang2011-09-131-0/+42
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