Neamar / teamward-client

Android client for Teamward app
https://play.google.com/store/apps/details?id=fr.neamar.lolgamedata
MIT License
16 stars 5 forks source link

Fix for Spinner objects getting clipped in a Dialog in Android P #35

Closed Neamar closed 5 years ago

Neamar commented 5 years ago

Since Android P, a change in the API seems to prevent dropdown spinners from overflowing a dialog box.

Before Android P: image

After Android P: 2018-12-31 15 37 05

This pull request replaces the dropdown with a full dialog, which seems to work in all versions of Android.

New UI:

2018-12-31 15 47 07