Select the password radio button by default in the intro

This commit is contained in:
Alexander Bakker 2017-12-10 19:30:01 +01:00
parent 467a877a6d
commit 87f7ebed74

View file

@ -46,7 +46,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:textSize="16sp" android:textSize="16sp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:id="@+id/rb_password"/> android:id="@+id/rb_password"
android:checked="true"/>
<TextView <TextView
android:text="@string/authentication_method_password_description" android:text="@string/authentication_method_password_description"