cloudstream/app/src/main/res/drawable/dialog__window_background.xml
2021-06-10 21:43:05 +02:00

7 lines
No EOL
271 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/bitDarkerGrayBackground" />
</shape>
</inset>