gfroerli / app-android

Android app for gfrör.li.
GNU General Public License v3.0
5 stars 1 forks source link

Jetpack Compose #48

Closed dbrgn closed 2 years ago

dbrgn commented 2 years ago

https://developer.android.com/jetpack/compose

Really awesome stuff!

With the migration to Compose I also updated the styling a bit.

Before/after with collapsed bottom sheet:

image

Before/after with expanded bottom sheet:

image

dbrgn commented 2 years ago

Now the entire layout is done with compose, including the action bar and the bottom sheet.

TODO:

dbrgn commented 2 years ago

I think we are done here for now. Further fixes and improvements can be done in separate PRs.