Merge branch 'fix_lollipop_overlay_background' of git://github.com/jmue/AntennaPod into jmue-fix_lollipop_overlay_background

This commit is contained in:
daniel oeh 2014-11-29 18:02:02 +01:00
commit b69b5e8607

View File

@ -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="37.5%p"
android:startColor="#000000"
android:endColor="@android:color/transparent"/>
</shape>