Start hooking up the intro to the database code

Fingerprint stuff has been left out for now
This commit is contained in:
Alexander Bakker 2017-08-06 16:03:36 +02:00
parent f1b499f101
commit 53e86db187
11 changed files with 311 additions and 633 deletions

View file

@ -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"