|
|
@@ -29,12 +29,12 @@ class LoadingDialog constructor(context: Context) : AlertDialog(context, R.style
|
|
|
}
|
|
|
|
|
|
fun initViews() {
|
|
|
- setDialogLayout(window!!)
|
|
|
mView = ViewTool.inflateLayoutPixelsById(context, R.layout.dialog_loading, 1194, 834)
|
|
|
setContentView(mView!!)
|
|
|
fishImage = findViewById(R.id.fishImage)
|
|
|
ovlImage = findViewById(R.id.ovlImage)
|
|
|
setCanceledOnTouchOutside(false)
|
|
|
+ setDialogLayout(window!!)
|
|
|
init()
|
|
|
}
|
|
|
|