OSDN Git Service

add color selection ui to draw
authorJohn Hoford <google.com>
Fri, 25 Jan 2013 21:28:34 +0000 (13:28 -0800)
committerJohn Hoford <hoford@google.com>
Thu, 31 Jan 2013 02:57:44 +0000 (18:57 -0800)
commit915d60a378b0ca7bbe3af6312ccd2f4b94eb2da1
tree03c3eda130916c8d4dea4fdff167f8dccb9b69c6
parent5540a0d130aa295d11e908719923faec3bce4029
add color selection ui to draw

Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02
23 files changed:
res/drawable/filtershow_color_picker_circle.xml [new file with mode: 0644]
res/drawable/filtershow_color_picker_roundrect.xml [new file with mode: 0644]
res/layout/filtershow_color_gird.xml [new file with mode: 0644]
res/layout/filtershow_color_picker.xml [new file with mode: 0644]
res/layout/filtershow_cp_custom_title.xml [new file with mode: 0644]
res/layout/filtershow_draw_button.xml [new file with mode: 0644]
res/layout/filtershow_draw_size.xml [new file with mode: 0644]
res/menu/filtershow_menu_draw.xml [new file with mode: 0644]
res/values/filtershow_color.xml
res/values/filtershow_ids.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/colorpicker/ColorGridDialog.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorListener.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorOpacityView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorPickerDialog.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorRectView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorValueView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/RGBListener.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorDraw.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/filters/ImageFilterDraw.java
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java
src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java