From 87f7ebed742666b6edf35bbdfccad16e01d98755 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Sun, 10 Dec 2017 19:30:01 +0100 Subject: [PATCH] Select the password radio button by default in the intro --- app/src/main/res/layout/fragment_authentication_slide.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/fragment_authentication_slide.xml b/app/src/main/res/layout/fragment_authentication_slide.xml index 95336507..cae4dc7d 100644 --- a/app/src/main/res/layout/fragment_authentication_slide.xml +++ b/app/src/main/res/layout/fragment_authentication_slide.xml @@ -46,7 +46,8 @@ android:layout_width="match_parent" android:textSize="16sp" android:layout_height="wrap_content" - android:id="@+id/rb_password"/> + android:id="@+id/rb_password" + android:checked="true"/>