Remove profile image

This commit is contained in:
Xcreen
2024-11-12 21:55:29 +01:00
parent 38e8728381
commit 4fdccd3211
2 changed files with 1 additions and 18 deletions

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -15,23 +15,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<androidx.cardview.widget.CardView
android:id="@+id/nav_profile_card_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:elevation="10dp"
app:cardCornerRadius="8dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/nav_profile_image"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:srcCompat="@drawable/profile" />
</androidx.cardview.widget.CardView>
<TextView
android:id="@+id/about_me_name_text_view"
android:layout_width="wrap_content"
@@ -44,7 +27,7 @@
android:textColor="@color/colorWhite"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/nav_profile_card_view" />
app:layout_constraintTop_toTopOf="parent" />
<TextView
android:id="@+id/about_me_name_desc_text_view"