The list on top should be sized automatically to accommodate its contents, or at maximum fill the screen. Currently it seems like the list is set to a fix width in pixels, as it was way bigger on my older device which had a lower screen resolution.
The AlertDialog list was indeed fixed in the code. It looked perfect on my One Plus One, but seems weird on yours, indeed!
Just switched it to WRAP_CONTENT.
The list on top should be sized automatically to accommodate its contents, or at maximum fill the screen. Currently it seems like the list is set to a fix width in pixels, as it was way bigger on my older device which had a lower screen resolution.