Android Studio – How do I inspect the layout of an Alert Dialog using Layout Inspector?
I am trying to understand the spacing of elements in an AlertDialog. The AlertDialog is created using AlertDialog.Builder and contains a custom ListView (set via setView). When the app is being debugged on my device (over USB) I can launch…