How to place a table layout inside the custom dialog?
问题 I am creating an android application which presents with custom dialog. In that custom dialog i had placed had placed a table layout generated dynamically.By executing that the dialog was showing an empty dialog with the dialog header title only it was not displaying any table layout inside that dialog can any one help me how to view dynamic table layout inside custom dialog This is my activity alert_progress_dialog = new AlertDialog.Builder(getActivity()); LayoutInflater inflater =