mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
Start hooking up the intro to the database code
Fingerprint stuff has been left out for now
This commit is contained in:
parent
f1b499f101
commit
53e86db187
11 changed files with 311 additions and 633 deletions
|
@ -42,7 +42,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:inputType="textPassword"
|
||||
android:ems="10"
|
||||
android:id="@+id/editText2"
|
||||
android:id="@+id/text_password"
|
||||
android:layout_below="@+id/textView3"
|
||||
android:layout_alignParentStart="true"
|
||||
android:layout_marginTop="10dp"
|
||||
|
@ -62,7 +62,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:inputType="textPassword"
|
||||
android:ems="10"
|
||||
android:id="@+id/editText"
|
||||
android:id="@+id/text_password_confirm"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_below="@+id/textView4"
|
||||
android:layout_alignParentStart="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue