Releases: davidmarinangeli/Sweet-Bank
Releases · davidmarinangeli/Sweet-Bank
New UI, Dark Theme, new DI and much more
I decided to change the UI ( yeah, again ) and I got big help from my brother with all the new concepts and elements of the home screen. Motion Layout is now even more present here and the blobs move up along with the sheet.
The "Payee" part has been hidden ( temporary ) and the "profile picture" upload has been added instead ( with a picture rotation fix function ).
I changed the implementation of the styles
by adding Dark Theme, using the Theme.MaterialComponents.DayNight.NoActionBar
, and the typography system, using the TextAppearance.MdcTypographyStyles
.
I started using Koin instead of Dagger2, just because I wanted to try that: it's nice, for a project this small!