Add password visibility toggle

This commit is contained in:
Alex Gabor 2022-03-07 09:24:16 +02:00
parent e4ac3f78b6
commit b003e23305
5 changed files with 238 additions and 27 deletions

View file

@ -85,6 +85,7 @@ dependencies {
implementation "androidx.compose.ui:ui-tooling:$androidx_compose"
implementation "androidx.compose.foundation:foundation:$androidx_compose"
implementation "androidx.compose.material:material:$androidx_compose"
implementation "androidx.compose.animation:animation-graphics:$androidx_compose"
implementation "com.google.accompanist:accompanist-insets:$google_accompanist"
implementation "com.google.accompanist:accompanist-swiperefresh:$google_accompanist"