OSDN Git Service

UI changes
authornicolasroard <nicolasroard@google.com>
Sat, 20 Apr 2013 00:13:30 +0000 (17:13 -0700)
committernicolasroard <nicolasroard@google.com>
Thu, 25 Apr 2013 03:23:36 +0000 (20:23 -0700)
commitf5eedf1635eba7edfa7d41fd4e991cced978c4b2
tree1ac42e2a06d45df35cc83c90136e3d69228bacad
parentcc7bcd0721735723c683b2f27267a52a76ff4244
UI changes

bug:8664728

Change-Id: I133328543af534c745526d0d58aa7a61f5748a9d
53 files changed:
res/anim/slide_in_left.xml [new file with mode: 0644]
res/anim/slide_in_right.xml [new file with mode: 0644]
res/anim/slide_out_left.xml [new file with mode: 0644]
res/anim/slide_out_right.xml [new file with mode: 0644]
res/drawable-nodpi/filtershow_icon_vignette.png [new file with mode: 0644]
res/layout-land/filtershow_activity.xml
res/layout-land/filtershow_category_panel_new.xml [new file with mode: 0644]
res/layout-land/filtershow_editor_panel.xml [new file with mode: 0644]
res/layout-land/filtershow_main_panel.xml [new file with mode: 0644]
res/layout-land/filtershow_state_panel_new.xml [new file with mode: 0644]
res/layout/filtershow_activity.xml
res/layout/filtershow_category_panel_new.xml [new file with mode: 0644]
res/layout/filtershow_control_title_slider.xml
res/layout/filtershow_editor_panel.xml
res/layout/filtershow_imagestate_row.xml [deleted file]
res/layout/filtershow_main_panel.xml [new file with mode: 0644]
res/layout/filtershow_seekbar.xml
res/layout/filtershow_state_panel_new.xml
res/values-large/filtershow_values.xml [new file with mode: 0644]
res/values-xlarge/filtershow_values.xml [new file with mode: 0644]
res/values/attrs.xml
res/values/dimensions.xml
res/values/filtershow_color.xml
res/values/filtershow_strings.xml
res/values/filtershow_values.xml [new file with mode: 0644]
res/values/filtershow_values_attrs.xml
src/com/android/gallery3d/filtershow/EditorPlaceHolder.java
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/ImageStateAdapter.java [deleted file]
src/com/android/gallery3d/filtershow/MovableLinearLayout.java [deleted file]
src/com/android/gallery3d/filtershow/PanelController.java [deleted file]
src/com/android/gallery3d/filtershow/category/Action.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/category/CategoryAdapter.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/category/CategoryPanel.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/category/CategoryTrack.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/category/CategoryView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/category/MainPanel.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/BasicEditor.java
src/com/android/gallery3d/filtershow/editors/Editor.java
src/com/android/gallery3d/filtershow/editors/EditorPanel.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
src/com/android/gallery3d/filtershow/filters/ImageFilterVignette.java
src/com/android/gallery3d/filtershow/imageshow/ImageGeometry.java
src/com/android/gallery3d/filtershow/imageshow/ImageShow.java
src/com/android/gallery3d/filtershow/imageshow/ImageStraighten.java
src/com/android/gallery3d/filtershow/imageshow/MasterImage.java
src/com/android/gallery3d/filtershow/presets/ImagePreset.java
src/com/android/gallery3d/filtershow/state/StateAdapter.java
src/com/android/gallery3d/filtershow/state/StatePanel.java
src/com/android/gallery3d/filtershow/state/StatePanelTrack.java
src/com/android/gallery3d/filtershow/state/StateView.java
src/com/android/gallery3d/filtershow/ui/FilterIconButton.java
src/com/android/gallery3d/filtershow/ui/ImageCurves.java