use a radius of 37.5% of parent width to match pre-lollipop look
This commit is contained in:
parent
f176d2e128
commit
12cea42f08
|
@ -4,7 +4,7 @@
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<gradient
|
<gradient
|
||||||
android:type="radial"
|
android:type="radial"
|
||||||
android:gradientRadius="30dp"
|
android:gradientRadius="37.5%p"
|
||||||
android:startColor="#000000"
|
android:startColor="#000000"
|
||||||
android:endColor="@android:color/transparent"/>
|
android:endColor="@android:color/transparent"/>
|
||||||
</shape>
|
</shape>
|
Loading…
Reference in New Issue