fix videoplayer overlay background on lollipop
This commit is contained in:
parent
563ceaf393
commit
f176d2e128
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:type="radial"
|
||||
android:gradientRadius="30dp"
|
||||
android:startColor="#000000"
|
||||
android:endColor="@android:color/transparent"/>
|
||||
</shape>
|
Loading…
Reference in New Issue