Fix radius
This commit is contained in:
parent
d8343105ec
commit
6695f78b0d
@ -4,7 +4,7 @@
|
|||||||
<shape android:shape="oval" >
|
<shape android:shape="oval" >
|
||||||
<gradient
|
<gradient
|
||||||
android:endColor="#00000000"
|
android:endColor="#00000000"
|
||||||
android:gradientRadius="@dimen/radius"
|
android:gradientRadius="50%p"
|
||||||
android:startColor="#50000000"
|
android:startColor="#50000000"
|
||||||
android:type="radial" />
|
android:type="radial" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<shape android:shape="oval" >
|
<shape android:shape="oval" >
|
||||||
<gradient
|
<gradient
|
||||||
android:endColor="#00000000"
|
android:endColor="#00000000"
|
||||||
android:gradientRadius="@dimen/radius"
|
android:gradientRadius="50%p"
|
||||||
android:startColor="#50000000"
|
android:startColor="#50000000"
|
||||||
android:type="radial" />
|
android:type="radial" />
|
||||||
</shape>
|
</shape>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user