A feature for a user to view a family story. Features: - [x] Play and stop button - [ ] Close story Information to be shown: - [x] Caregiver's nickname - [x] When the story was posted - [x] Average steps in the past week - [x] Neighborhood - [ ] Bio: Number of children - [ ] Bio: Approximate age - [ ] Bio: Hobby This should be implemented using a `BottomSheet`. - Design: https://material.io/components/sheets-bottom/#standard-bottom-sheet - Card design: https://material.io/components/cards/#specs - Android implementation: https://material.io/develop/android/components/bottom-sheet-behavior/ - Android class information: https://developer.android.com/reference/com/google/android/material/bottomsheet/package-summary - Tutorial: https://medium.com/android-bits/android-bottom-sheet-30284293f066
A feature for a user to view a family story.
Features:
Information to be shown:
This should be implemented using a
BottomSheet.