I replicated the ListPreference
code into my own custom ListPreference and created an ArrayAdapter<>
for the list, which inflates simple_list_item_single_choice in getView()
But I get a list with short rows, as opposed to the original ListPreferences which has taller rows.
Am I using the wrong layout resource?
I found out what the default layout is for ListPreference.
I always forget that the source code I cannot see in Eclipse is always available at the GrepCode site
I traced the source code for AlertParams in AlertController and there I found what the dialog.mSingleChoiceItemLayout field was.