Correctly enable/disable the fingerprint option in the intro

This commit is contained in:
Alexander Bakker 2018-06-07 12:42:25 +02:00
parent 9c0ce4210c
commit 8419e1f35d
2 changed files with 5 additions and 6 deletions

View file

@ -72,6 +72,7 @@
<RadioButton
android:id="@+id/rb_fingerprint"
android:enabled="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/authentication_method_fingerprint"
@ -80,6 +81,7 @@
<TextView
android:id="@+id/text_rb_fingerprint"
android:enabled="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"