hello,I want to make a custom Dialog,because i donot like it"s style,i want get a rounded rectangle rather than rectangle . i know to implement it by theme in Manifest.xml . for example :the code at activity write: android:theme="@style/Theme.CustomDialog Theme.CustomDialog.xml
@drawable/filled_box true
filled_box.xml
my question is how to implement this Similar result by extends dialog or alertDialog. could you give me some code or other help? thank you