AbyxBelgium / Loyalty

Loyalty cards saver app for Android. Made by Abyx.
3 stars 0 forks source link

Hardcoded height in RecyclerView in CheckListDialog #19

Open pverscha opened 7 years ago

pverscha commented 7 years ago

The height of the RecyclerView inside of the CheckListDialog is currently hardcoded to 300dp. This is the result of an issue in Android itself that causes the RecyclerView to push out all other layouts when it's height is set to match_parent or wrap_content. A permanent (and better) solution must be found.