dialog_border.xml
1 <shape xmlns:android="http://schemas.android.com/apk/res/android"> 2 <solid android:color="@android:color/black"/> 3 <stroke 4 android:width="2dp" 5 android:color="?attr/colorPrimary"/> 6 <corners android:radius="24dp"/> 7 </shape>