Change custom layout name

This commit is contained in:
jacques 2023-07-13 22:33:23 +02:00
parent 2b1dfa84cb
commit 334fc1d705

View file

@ -384,7 +384,7 @@ public class DrugListActivity extends AppCompatActivity {
final Dialog dlg = new Dialog(this);
dlg.requestWindowFeature(Window.FEATURE_NO_TITLE);
dlg.getWindow().setBackgroundDrawable(new ColorDrawable(android.graphics.Color.TRANSPARENT));
dlg.setContentView(R.layout.mylayout);
dlg.setContentView(R.layout.custodialoglayout);
dlg.setCancelable(false);
TextView msg = dlg.findViewById(R.id.msg);
String msgString;