Can someone get this custom AlertDialog to actually work?

后端 未结 3 1106
闹比i
闹比i 2021-01-23 11:36

I asked another question about custom AlertDialog here.

Then I clicked my way to this custom AlertDialog (found here):

import android.app.AlertDialog;
im         


        
3条回答
  •  鱼传尺愫
    2021-01-23 12:25

    override on create method of altertdialog and call following methods in overridden method oncreate

     setContentView(R.layout.paus);
    

    this will solve your problem.

提交回复
热议问题