cloudstream/app/src/main/res/drawable/dialog__window_background.xml
2021-09-19 22:33:39 +02:00

7 lines
No EOL
270 B
XML

<?xml version="1.0" encoding="utf-8"?>
<inset xmlns:android="http://schemas.android.com/apk/res/android">
<shape android:shape="rectangle">
<corners android:radius="10dp" />
<solid android:color="?attr/primaryBlackBackground" />
</shape>
</inset>