summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-09-12 07:49:24 -0700
committerJohn Hoford <hoford@google.com>2013-09-12 19:46:35 -0700
commit6125a082a2b5ddc0d34a5198c5a7e826bd77e202 (patch)
treed60554e671b656b56f24d4f0a08798b4f7af3805 /res/drawable
parenteb6a9b9cdd2ec4bd9139c32ace454c329f1f3147 (diff)
downloadandroid_packages_apps_Gallery2-6125a082a2b5ddc0d34a5198c5a7e826bd77e202.tar.gz
android_packages_apps_Gallery2-6125a082a2b5ddc0d34a5198c5a7e826bd77e202.tar.bz2
android_packages_apps_Gallery2-6125a082a2b5ddc0d34a5198c5a7e826bd77e202.zip
Draw UI fixes
bug:10705772 Change-Id: I529d178cdd4fc910b50a3f8c72187b1c61924743
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/filtershow_color_picker_circle.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable/filtershow_color_picker_circle.xml b/res/drawable/filtershow_color_picker_circle.xml
index 915425222..433df4800 100644
--- a/res/drawable/filtershow_color_picker_circle.xml
+++ b/res/drawable/filtershow_color_picker_circle.xml
@@ -16,11 +16,11 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
- <size android:width="20dp" android:height="20dp"/>
+ <size android:width="16dp" android:height="16dp"/>
<corners
- android:radius="10dp" />
+ android:radius="0dp" />
<solid android:color="@color/red"/>
- <stroke android:width="2dp"
+ <stroke android:width="0dp"
android:color="#ff000000"/>
</shape>