Fix radius

This commit is contained in:
2015-03-11 06:55:13 -04:00
parent d8343105ec
commit 6695f78b0d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<shape android:shape="oval" >
<gradient
android:endColor="#00000000"
android:gradientRadius="@dimen/radius"
android:gradientRadius="50%p"
android:startColor="#50000000"
android:type="radial" />
</shape>

View File

@@ -4,7 +4,7 @@
<shape android:shape="oval" >
<gradient
android:endColor="#00000000"
android:gradientRadius="@dimen/radius"
android:gradientRadius="50%p"
android:startColor="#50000000"
android:type="radial" />
</shape>