Show the correct description by default in the IntroScreen

Fixes #301
This commit is contained in:
Jakob Nixdorf 2020-02-02 17:53:12 +01:00
parent c5e873eed2
commit 6f9b7ca391
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/activity_margin"
android:text="@string/intro_slide3_desc_keystore"/>
android:text="@string/intro_slide3_desc_password"/>
<Spinner
android:id="@+id/introAuthSelection"