thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
114 stars 50 forks source link

Feat: Added 2 drawer screens #200

Closed darkvoid32 closed 2 years ago

darkvoid32 commented 2 years ago

Added drawer screens for RecoveryPhraseScreen.kt and SendCoinsBackScreen.kt. Standardized the animations for every drawer screen.

In the SendCoinsBackScreen.kt I have used the general snackbar but it can be changed later on.

thunderbiscuit commented 2 years ago

Awesome stuff :fire: :fire:. Also congrats on opening PR #200!!!

darkvoid32 commented 2 years ago

Updated the commit to remove the maxLine = 1 that was making the line extend out of the screen.