summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-08-29 16:47:46 -0700
committerJohn Hoford <hoford@google.com>2013-08-29 17:01:32 -0700
commitae068f80895d7d075064a5ded59069425b72271f (patch)
tree3a71026419b82f15b7d259dda41ab5cd898c0b31 /res
parent834efce0da12e6a4664c3f3c63bfd2e77b6e750a (diff)
downloadandroid_packages_apps_Gallery2-ae068f80895d7d075064a5ded59069425b72271f.tar.gz
android_packages_apps_Gallery2-ae068f80895d7d075064a5ded59069425b72271f.tar.bz2
android_packages_apps_Gallery2-ae068f80895d7d075064a5ded59069425b72271f.zip
small ui cleanups for color border
Change-Id: I76142afdb44a45936bf32a36b3b45ffdc729308e
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_control_color_chooser.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/filtershow_control_color_chooser.xml b/res/layout/filtershow_control_color_chooser.xml
index 088286a3f..706402c2e 100644
--- a/res/layout/filtershow_control_color_chooser.xml
+++ b/res/layout/filtershow_control_color_chooser.xml
@@ -73,9 +73,8 @@
</HorizontalScrollView>
<Button
android:id="@+id/draw_color_popupbutton"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_width="@dimen/draw_style_icon_dim"
+ android:layout_height="@dimen/draw_style_icon_dim"
android:background="@android:drawable/ic_menu_more"
android:layout_margin="1dp"
/>