OSDN Git Service

Draw UI fixes
authorJohn Hoford <hoford@google.com>
Thu, 12 Sep 2013 14:49:24 +0000 (07:49 -0700)
committerJohn Hoford <hoford@google.com>
Fri, 13 Sep 2013 02:46:35 +0000 (19:46 -0700)
commit6125a082a2b5ddc0d34a5198c5a7e826bd77e202
treed60554e671b656b56f24d4f0a08798b4f7af3805
parenteb6a9b9cdd2ec4bd9139c32ace454c329f1f3147
Draw UI fixes

bug:10705772
Change-Id: I529d178cdd4fc910b50a3f8c72187b1c61924743
28 files changed:
res/drawable-hdpi/ic_action_overflow.png [new file with mode: 0644]
res/drawable-mdpi/ic_action_overflow.png [new file with mode: 0644]
res/drawable-xhdpi/ic_action_overflow.png [new file with mode: 0644]
res/drawable/filtershow_color_picker_circle.xml
res/layout-land/filtershow_color_border_ui.xml
res/layout-land/filtershow_draw_ui.xml
res/layout/filtershow_color_picker.xml
res/layout/filtershow_control_color_chooser.xml
res/layout/filtershow_control_style_chooser.xml
res/values-xlarge/filtershow_values.xml
res/values/filtershow_values.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/colorpicker/ColorCompareView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/colorpicker/ColorGridDialog.java
src/com/android/gallery3d/filtershow/colorpicker/ColorHueView.java
src/com/android/gallery3d/filtershow/colorpicker/ColorListener.java
src/com/android/gallery3d/filtershow/colorpicker/ColorOpacityView.java
src/com/android/gallery3d/filtershow/colorpicker/ColorPickerDialog.java
src/com/android/gallery3d/filtershow/colorpicker/ColorSVRectView.java
src/com/android/gallery3d/filtershow/controller/ColorChooser.java
src/com/android/gallery3d/filtershow/controller/SliderBrightness.java
src/com/android/gallery3d/filtershow/controller/SliderHue.java
src/com/android/gallery3d/filtershow/controller/SliderOpacity.java
src/com/android/gallery3d/filtershow/controller/SliderSaturation.java
src/com/android/gallery3d/filtershow/editors/EditorColorBorderTabletUI.java
src/com/android/gallery3d/filtershow/editors/EditorDrawTabletUI.java
src/com/android/gallery3d/filtershow/filters/FilterDrawRepresentation.java
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java