quentin-st / Munin-for-Android

Watch your munin-monitored servers on your Android devices
https://www.munin-for-android.com/
GNU General Public License v2.0
44 stars 7 forks source link

server chooser list is not adapted to the content or screen size #9

Closed klaernie closed 9 years ago

klaernie commented 9 years ago

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. screenshot_2015-03-18-09-01-01

quentin-st commented 9 years ago

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.