# Conflicts: # .idea/deploymentTargetSelector.xml # app/src/main/java/com/example/pap_findu/LocationService.java # app/src/main/java/com/example/pap_findu/login_activity.java # app/src/main/java/com/example/pap_findu/ui/map/MapFragment.java
241 lines
9.7 KiB
XML
241 lines
9.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#F6F7FB"
|
|
tools:context=".ui.profile.ProfileFragment">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical"
|
|
android:paddingBottom="24dp">
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="220dp">
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="220dp"
|
|
android:background="@drawable/bg_header_top" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<com.google.android.material.imageview.ShapeableImageView
|
|
android:id="@+id/profileImage"
|
|
android:layout_width="80dp"
|
|
android:layout_height="80dp"
|
|
android:background="#FFFFFF"
|
|
android:padding="2dp"
|
|
app:shapeAppearanceOverlay="@style/ShapeAppearance.MaterialComponents.MediumComponent"
|
|
app:strokeColor="#FFFFFF"
|
|
app:strokeWidth="2dp"
|
|
android:src="@drawable/logo" />
|
|
|
|
<TextView
|
|
android:id="@+id/profileName"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="12dp"
|
|
android:text="Maria Silva"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="22sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/profileEmail"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="4dp"
|
|
android:text="maria.silva@email.com"
|
|
android:textColor="#E1EAFF"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="24dp"
|
|
android:text="Definições de Conta"
|
|
android:textColor="#6B7280"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginEnd="20dp"
|
|
app:cardBackgroundColor="#FFFFFF"
|
|
app:cardCornerRadius="20dp"
|
|
app:cardElevation="2dp"
|
|
app:strokeColor="#E1E5EF"
|
|
app:strokeWidth="1dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/layoutEditProfile"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:clickable="true"
|
|
android:gravity="center_vertical"
|
|
android:padding="16dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:src="@android:drawable/ic_menu_edit"
|
|
app:tint="#4B5563" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_weight="1"
|
|
android:text="Editar Perfil"
|
|
android:textColor="#1F2937"
|
|
android:textSize="16sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:src="@android:drawable/ic_media_play"
|
|
app:tint="#9CA3AF"
|
|
android:rotation="0" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="24dp"
|
|
android:text="Aplicação"
|
|
android:textColor="#6B7280"
|
|
android:textSize="14sp"
|
|
android:textStyle="bold" />
|
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="12dp"
|
|
android:layout_marginEnd="20dp"
|
|
app:cardBackgroundColor="#FFFFFF"
|
|
app:cardCornerRadius="20dp"
|
|
app:cardElevation="2dp"
|
|
app:strokeColor="#E1E5EF"
|
|
app:strokeWidth="1dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:clickable="true"
|
|
android:gravity="center_vertical"
|
|
android:padding="16dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:src="@android:drawable/ic_popup_sync"
|
|
app:tint="#4B5563" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_weight="1"
|
|
android:text="Notificações"
|
|
android:textColor="#1F2937"
|
|
android:textSize="16sp" />
|
|
|
|
<com.google.android.material.switchmaterial.SwitchMaterial
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:checked="true" />
|
|
</LinearLayout>
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
android:background="#F3F4F6" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:clickable="true"
|
|
android:gravity="center_vertical"
|
|
android:padding="16dp">
|
|
|
|
<ImageView
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:src="@android:drawable/ic_dialog_info"
|
|
app:tint="#4B5563" />
|
|
|
|
<TextView
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_weight="1"
|
|
android:text="Sobre a App"
|
|
android:textColor="#1F2937"
|
|
android:textSize="16sp" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="v1.0.2"
|
|
android:textColor="#9CA3AF" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
|
<com.google.android.material.button.MaterialButton
|
|
android:id="@+id/btnLogout"
|
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="24dp"
|
|
android:layout_marginTop="32dp"
|
|
android:layout_marginEnd="24dp"
|
|
android:text="Terminar Sessão"
|
|
android:textColor="#EF4444"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="8dp"
|
|
android:gravity="center"
|
|
android:text="FindU Inc. © 2026"
|
|
android:textColor="#D1D5DB"
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.core.widget.NestedScrollView> |