GitNex/app/src/main/res/drawable/shape_custom_dialog.xml

6 lines
211 B
XML

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