Skip to content

Commit

Permalink
Remove profile image
Browse files Browse the repository at this point in the history
  • Loading branch information
Xcreen committed Nov 12, 2024
1 parent 38e8728 commit 4fdccd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Binary file removed app/src/main/res/drawable/profile.jpg
Binary file not shown.
19 changes: 1 addition & 18 deletions app/src/main/res/layout/fragment_about_me.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 4fdccd3

Please sign in to comment.