designzeug gemacht...

This commit is contained in:
JG-Cody 2023-09-19 18:59:29 +02:00
parent fb989b5018
commit 06e708ab02
2 changed files with 13 additions and 2 deletions

View File

@ -62,4 +62,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/unlock_button" />
<ImageView
android:id="@+id/imageView2"
android:layout_width="0dp"
android:layout_height="0dp"
android:scaleX="0.5"
android:scaleY="0.5"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/unlock_biometrics"
app:srcCompat="@drawable/fingerprint" />
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@ -3,8 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/ic_launcher_background">
android:layout_height="match_parent">
<EditText
android:id="@+id/input_password_edittext"