dialog = new Dialog(MainActivity.this,R.style.dialog);
其中dialog是样式布局文件:
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
</resources>
selectdialog是你自定义的布局文件