add a circular transparent background to the episode play icon

This commit is contained in:
2020-10-16 14:08:17 +02:00
parent 9f1717e646
commit d912ed34a3
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size android:width="24dp"
android:height="24dp"/>
<solid android:color="#81000000"/>
</shape>