Open Duna opened 5 years ago
For each AwesomeDialog type we can add the following code in order to support custom layouts:
public void addCustomView(View customView){
if (dialogBody != null) {
dialogBody.addView(customView);
}
}
.