mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-05-02 11:34:29 +00:00
Select the password radio button by default in the intro
This commit is contained in:
parent
467a877a6d
commit
87f7ebed74
1 changed files with 2 additions and 1 deletions
|
@ -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"/>
|
||||
|
||||
<TextView
|
||||
android:text="@string/authentication_method_password_description"
|
||||
|
|
Loading…
Add table
Reference in a new issue