Proyectos de Subversion Android Microlearning - Inconcert

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
8 gabriel 1
<?xml version="1.0" encoding="utf-8"?>
2
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    xmlns:app="http://schemas.android.com/apk/res-auto"
4
    xmlns:tools="http://schemas.android.com/tools"
5
    android:layout_width="match_parent"
6
    android:layout_height="match_parent">
7
 
8
    <TextView
9
        android:id="@+id/textView17"
10
        android:layout_width="wrap_content"
11
        android:layout_height="wrap_content"
12
        android:layout_marginStart="5dp"
13
        android:layout_marginTop="10dp"
14
        android:layout_marginEnd="5dp"
15
        android:fontFamily="@font/roboto"
16
        android:text="FingerPrint OnRoom te permite acceder a tu perfil mediante tus datos biometricos \n \n ¿Deseas usar esta función?"
17
        android:textAlignment="center"
18
        android:textSize="16sp"
19
        app:layout_constraintEnd_toEndOf="parent"
20
        app:layout_constraintHorizontal_bias="0.498"
21
        app:layout_constraintStart_toStartOf="parent"
22
        app:layout_constraintTop_toTopOf="parent" />
23
 
24
    <ImageView
25
        android:id="@+id/imageView9"
26
        android:layout_width="wrap_content"
27
        android:layout_height="wrap_content"
28
        android:layout_marginTop="10dp"
29
        app:layout_constraintBottom_toBottomOf="parent"
30
        app:layout_constraintEnd_toEndOf="parent"
31
        app:layout_constraintStart_toStartOf="parent"
32
        app:layout_constraintTop_toBottomOf="@+id/textView17"
33
        app:layout_constraintVertical_bias="0.061"
34
        app:srcCompat="@drawable/ic_union" />
35
 
36
</androidx.constraintlayout.widget.ConstraintLayout>