cloudstream/app/src/main/res/drawable/dialog__window_background.xml

7 lines
270 B
XML
Raw Normal View History

2021-05-12 21:51:02 +00:00
<?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" />
2021-09-19 20:33:39 +00:00
<solid android:color="?attr/primaryBlackBackground" />
2021-05-12 21:51:02 +00:00
</shape>
</inset>