- Change the size of the button circle background
This commit is contained in:
Matias de Andrea 2019-03-29 12:57:52 +01:00
parent 42cbdbd989
commit 09087b354d
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
android:shape="rectangle">
<gradient
android:type="radial"
android:gradientRadius="37.5%p"
android:gradientRadius="70%p"
android:startColor="#000000"
android:endColor="@android:color/transparent"/>
</shape>

View File

@ -4,7 +4,7 @@
android:shape="rectangle">
<gradient
android:type="radial"
android:gradientRadius="60"
android:gradientRadius="70%p"
android:startColor="#000000"
android:endColor="@android:color/transparent"/>
</shape>