Android  自定义Dialog

1、drawable

  

1 <shape xmlns:android="http://schemas.android.com/apk/res/android" >
2     <corners android:radius="10dp"/>
3 
4 </shape>
dialog_bg

相关文章: