summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-08-15 16:06:26 -0700
committerJohn Hoford <hoford@google.com>2013-08-19 09:04:00 -0700
commita4f38c0f8f70c998391780b672eea5d5e49277c7 (patch)
treebcd3443ff8baf1404e60b120ebbd91766e828076 /res/drawable
parent9c5d6700209699c3f1a47b6fa37618ddcd2f24c3 (diff)
downloadandroid_packages_apps_Gallery2-a4f38c0f8f70c998391780b672eea5d5e49277c7.tar.gz
android_packages_apps_Gallery2-a4f38c0f8f70c998391780b672eea5d5e49277c7.tar.bz2
android_packages_apps_Gallery2-a4f38c0f8f70c998391780b672eea5d5e49277c7.zip
fix first draw bug
bug:8579593 Change-Id: Ifb4727fcf23b0696db14427f00aa2a911b4a367b
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/filtershow_color_picker_circle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/drawable/filtershow_color_picker_circle.xml b/res/drawable/filtershow_color_picker_circle.xml
index 4444e0fcf..915425222 100644
--- a/res/drawable/filtershow_color_picker_circle.xml
+++ b/res/drawable/filtershow_color_picker_circle.xml
@@ -15,10 +15,12 @@
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="oval" >
+ android:shape="rectangle" >
<size android:width="20dp" android:height="20dp"/>
<corners
android:radius="10dp" />
<solid android:color="@color/red"/>
+ <stroke android:width="2dp"
+ android:color="#ff000000"/>
</shape>