mirror of
https://github.com/aniyomiorg/aniyomi.git
synced 2024-11-24 21:58:34 +03:00
adjust play/pause background
This commit is contained in:
parent
32d87ece5d
commit
23bbfec2cf
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<gradient android:startColor="#000000"
|
||||
android:endColor="#20FFFFFF"
|
||||
android:endColor="#00FFFFFF"
|
||||
android:type="radial"
|
||||
android:gradientRadius="100dp" />
|
||||
</shape>
|
||||
android:gradientRadius="40dp" />
|
||||
</shape>
|
||||
|
|
Loading…
Reference in a new issue