repair
This commit is contained in:
parent
b645f9bd36
commit
c65c3d6199
@ -38,6 +38,7 @@
|
|||||||
android:paddingTop="50dp">
|
android:paddingTop="50dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:layout_margin="10dp"
|
||||||
android:id="@+id/avatar"
|
android:id="@+id/avatar"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginTop="10dp"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -71,6 +72,7 @@
|
|||||||
|
|
||||||
<com.google.android.material.textview.MaterialTextView
|
<com.google.android.material.textview.MaterialTextView
|
||||||
android:id="@+id/fio"
|
android:id="@+id/fio"
|
||||||
|
android:layout_margin="10dp"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
@ -97,20 +99,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
|
||||||
android:id="@+id/logout"
|
|
||||||
android:layout_margin="16dp"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/logout"
|
|
||||||
|
|
||||||
android:padding="12dp"
|
|
||||||
|
|
||||||
android:textSize="16sp"
|
|
||||||
android:textColor="@color/white"
|
|
||||||
app:cornerRadius="8dp"
|
|
||||||
app:backgroundTint="@color/primary"
|
|
||||||
app:rippleColor="@color/white"/>
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/scan"
|
android:id="@+id/scan"
|
||||||
android:layout_margin="16dp"
|
android:layout_margin="16dp"
|
||||||
@ -146,7 +135,20 @@
|
|||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"/>
|
app:layout_constraintTop_toTopOf="parent"/>
|
||||||
|
<com.google.android.material.button.MaterialButton
|
||||||
|
android:id="@+id/logout"
|
||||||
|
android:layout_margin="16dp"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/logout"
|
||||||
|
|
||||||
|
android:padding="12dp"
|
||||||
|
|
||||||
|
android:textSize="16sp"
|
||||||
|
android:textColor="@color/white"
|
||||||
|
app:cornerRadius="8dp"
|
||||||
|
app:backgroundTint="@color/primary"
|
||||||
|
app:rippleColor="@color/white"/>
|
||||||
<TextView
|
<TextView
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:id="@+id/error"
|
android:id="@+id/error"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user