Improve Account Setup Screen

* Explain what "account creation" means on first run
* Use hints instead of dedicated text views
* Move password strength meter up into the user's view
* Always move user's view to current input field
* Improve "Forgot Password" dialog

Closes #151
This commit is contained in:
Torsten Grote
2016-06-27 14:24:48 -03:00
parent 3a3d717884
commit 91492c3068
5 changed files with 50 additions and 61 deletions

View File

@@ -67,7 +67,8 @@
<activity
android:name=".android.SetupActivity"
android:label="@string/setup_title">
android:label="@string/setup_title"
android:windowSoftInputMode="adjustResize">
</activity>
<activity