Miguel Barrios
Miguel Barrios
It's confusing that you use `EXTRA_IMAGE` as an intent extra (https://github.com/antoniolg/MaterialEverywhere/blob/master/app/src/main/java/com/antonioleiva/materialeverywhere/DetailActivity.java#L74), but also as a transition name between views (https://github.com/antoniolg/MaterialEverywhere/blob/master/app/src/main/java/com/antonioleiva/materialeverywhere/DetailActivity.java#L72). More confusing is that the `ImageView` in `DetailActivity` has a...
Even though details are loaded from network and views visibility is set to VISIBLE, sometimes detail views are not visible on screen.

Title cut after orientation change 
When some of the movie details are empty/null they are still rendered. For instance, if there's no revenue or it is 0, it's still rendered as `Revenue $0`. I'd rather...
**Read this First** If you have a Trusted Web Activity related question, the best place to ask it is on StackOverflow, on the [trusted-web-activity](https://stackoverflow.com/questions/tagged/trusted-web-activity) tag, which is also monitored by...