mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Fix radius
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user