ja da login cria conta e vai para o menu principal.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#F6F7FB"
|
||||
android:paddingBottom="96dp"
|
||||
tools:context=".ui.profile.ProfileFragment">
|
||||
|
||||
<LinearLayout
|
||||
@@ -30,6 +29,7 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/profileImage"
|
||||
android:layout_width="80dp"
|
||||
android:layout_height="80dp"
|
||||
android:background="#FFFFFF"
|
||||
@@ -40,6 +40,7 @@
|
||||
android:src="@drawable/logo" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/profileName"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
@@ -49,6 +50,7 @@
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/profileEmail"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
@@ -88,6 +90,7 @@
|
||||
|
||||
<!-- Item 1 -->
|
||||
<LinearLayout
|
||||
android:id="@+id/layoutEditProfile"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
@@ -125,6 +128,7 @@
|
||||
|
||||
<!-- Item 2 -->
|
||||
<LinearLayout
|
||||
android:id="@+id/layoutSecurity"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
|
||||
Reference in New Issue
Block a user