I'd like to make some custom dialogs, and it seems all the views must be defined and added to a panel with code and then the panel added to the custom dialog. Is this correct? I'd prefer to use the designer.
But anything in the loaded layout that is anywhere near the top or bottom, and to a lesser degree, the sides, does not show up since the custom dialog is smaller than the activity, even at 100%x, 100%y. Should I just proceed with trail and error to get the views within the custom dialog? Thanks.
Thanks guys. After some testing, I'm showing that a view that is 280 wide by 290 high just fits within the customdialog2 at 100%x, 100%y. This is in the emulator at 320 by 480 and using the customdialog2's title at the top and buttons at the bottom.