projectbuendia / client

Android client app
Apache License 2.0
38 stars 23 forks source link

Fix top-level layout in the ProgressFragment; add a "No locations" message #449

Closed zestyping closed 5 years ago

zestyping commented 5 years ago

User-visible changes

When there are no locations, the app shows a "No locations" message instead of a blank screen.

The layout of the location list (and any other items that don't fill the entire screen) is properly expanded to fill the screen.

Internal changes

Previously, the layout of the top-level content was not being inflated properly in ProgressFragment (there was no reference to the parent view, so layout information could not be propagated). This is now fixed.