对话框被输入法遮盖
styles.xml中添加
<style name="dialog_soft_input" parent="Theme.AppCompat.Light.Dialog.Alert">
<item name="android:windowSoftInputMode">stateVisible|adjustPan</item>
</style>
payDialog = new Dialog(this, R.style.dialog_soft_input);