summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-09-13 05:08:22 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-13 05:08:23 +0000
commitbc7e9fff7e94bb96fb7fe46080dcde2b81e60817 (patch)
treeb41b49a02f1c96bf5efec0d41faed47916b888db /res/drawable
parent7fa373b0c3143c2c55a0d72487607d5a05c72e1d (diff)
parent6125a082a2b5ddc0d34a5198c5a7e826bd77e202 (diff)
downloadandroid_packages_apps_Gallery2-bc7e9fff7e94bb96fb7fe46080dcde2b81e60817.tar.gz
android_packages_apps_Gallery2-bc7e9fff7e94bb96fb7fe46080dcde2b81e60817.tar.bz2
android_packages_apps_Gallery2-bc7e9fff7e94bb96fb7fe46080dcde2b81e60817.zip
Merge "Draw UI fixes" into gb-ub-photos-carlsbad
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>