Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 3 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3 Rev 8
Línea 65... Línea 65...
65
        android:layout_height="0dp"
65
        android:layout_height="0dp"
66
        android:layout_marginTop="10dp"
66
        android:layout_marginTop="10dp"
67
        android:background="@color/windowBackgroud"
67
        android:background="@color/windowBackgroud"
68
        android:fillViewport="true"
68
        android:fillViewport="true"
69
        android:fitsSystemWindows="true"
69
        android:fitsSystemWindows="true"
70
        app:layout_constraintBottom_toTopOf="@+id/button2"
70
        app:layout_constraintBottom_toTopOf="@+id/linearLayout2"
71
        app:layout_constraintLeft_toLeftOf="parent"
71
        app:layout_constraintLeft_toLeftOf="parent"
72
        app:layout_constraintRight_toRightOf="parent"
72
        app:layout_constraintRight_toRightOf="parent"
73
        app:layout_constraintTop_toBottomOf="@+id/fragment_userprofile_header">
73
        app:layout_constraintTop_toBottomOf="@+id/fragment_userprofile_header">
Línea 79... Línea 79...
79
            android:layout_height="match_parent"
79
            android:layout_height="match_parent"
80
            android:background="@color/windowBackgroud" />
80
            android:background="@color/windowBackgroud" />
Línea 81... Línea 81...
81
 
81
 
Línea 82... Línea 82...
82
    </ScrollView>
82
    </ScrollView>
83
 
83
 
84
    <Button
84
    <LinearLayout
85
        android:id="@+id/button2"
85
        android:id="@+id/linearLayout2"
86
        android:layout_width="wrap_content"
-
 
87
        android:layout_height="wrap_content"
-
 
88
        android:background="@drawable/edit_rounded_style"
-
 
89
        android:paddingLeft="10dp"
-
 
90
        android:paddingRight="10dp"
86
        android:layout_width="match_parent"
91
        android:text="Cerrar Sesión"
-
 
92
        android:textAlignment="center"
87
        android:layout_height="wrap_content"
93
        android:textAllCaps="false"
88
        android:gravity="center"
94
        android:textColor="@color/colorPrimary"
89
        android:orientation="horizontal"
95
        android:textSize="16sp"
90
        android:padding="10dp"
96
        app:layout_constraintBottom_toBottomOf="parent"
91
        app:layout_constraintBottom_toBottomOf="parent"
97
        app:layout_constraintEnd_toEndOf="parent"
92
        app:layout_constraintEnd_toEndOf="parent"
-
 
93
        app:layout_constraintHorizontal_bias="0.0"
-
 
94
        app:layout_constraintStart_toStartOf="parent">
-
 
95
 
-
 
96
        <Button
-
 
97
            android:id="@+id/button4"
-
 
98
            android:layout_width="wrap_content"
-
 
99
            android:layout_height="wrap_content"
-
 
100
            android:background="@drawable/edit_rounded_style"
-
 
101
            android:paddingLeft="10dp"
-
 
102
            android:paddingRight="10dp"
-
 
103
            android:text="OnRoom Fingerprint"
-
 
104
            android:textAlignment="center"
-
 
105
            android:textAllCaps="false"
-
 
106
            android:textColor="@color/colorPrimary"
-
 
107
            android:textSize="14sp" />
-
 
108
 
-
 
109
        <Button
-
 
110
            android:id="@+id/button2"
-
 
111
            android:layout_width="wrap_content"
-
 
112
            android:layout_height="wrap_content"
-
 
113
            android:layout_marginStart="10dp"
-
 
114
            android:background="@drawable/edit_rounded_style"
-
 
115
            android:paddingHorizontal="7dp"
-
 
116
            android:text="Cerrar Sesión"
-
 
117
            android:textAlignment="center"
-
 
118
            android:textAllCaps="false"
-
 
119
            android:textColor="@color/colorPrimary"
Línea 98... Línea 120...
98
        app:layout_constraintHorizontal_bias="0.498"
120
            android:textSize="14sp" />
99
        app:layout_constraintStart_toStartOf="parent" />
121
    </LinearLayout>