Checkbox in AlertDialog “pushed out” by TextView
问题 I'm trying to create an AlertDialog to show an introduction message in my application, with a "Don't show this again" CheckBox below it. It works well when the message of the AlertDialog is short, but when is too long (requiring scrolling) the CheckBox is no longer shown. It gets "pushed out" by the TextView. The XML for the custom view (dont_show_again.xml): <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width=