Get token from user

This commit is contained in:
Nezumi
2023-03-11 16:18:41 +07:00
parent 5905fbf5a4
commit e7e49ec4e3
8 changed files with 138 additions and 7 deletions
+1 -1
View File
@@ -102,7 +102,7 @@
app:layout_constraintTop_toBottomOf="@+id/textInput_password" />
<com.google.android.material.button.MaterialButton
android:id="@+id/sign_up_button"
android:id="@+id/sign_in_button"
style="@style/DefaultSolid"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+2 -2
View File
@@ -14,7 +14,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
android:visibility="visible"
android:visibility="gone"
>
<com.makeramen.roundedimageview.RoundedImageView
@@ -227,7 +227,7 @@
android:id="@+id/guest_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
android:visibility="visible"
>
<com.makeramen.roundedimageview.RoundedImageView