This commit is contained in:
2026-01-23 11:33:29 +08:00
parent f216e14338
commit d82595a529
7 changed files with 92 additions and 25 deletions
@@ -16,7 +16,8 @@ import com.sw.inbound.utils.ext.hideKeyboard
abstract class BaseDialog(
context: Context,
var defWidth: Int = 1500.dp,
var defHeight: Int = 900.dp
// var defHeight: Int = 900.dp
var defHeight: Int = 750.dp
) : Dialog(context, R.style.DialogTheme) {
override fun onCreate(savedInstanceState: Bundle?) {