Skip to content

Commit 4fdccd3

Browse files
committed
Remove profile image
1 parent 38e8728 commit 4fdccd3

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed
-48.8 KB
Binary file not shown.

app/src/main/res/layout/fragment_about_me.xml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,6 @@
1515
android:layout_width="match_parent"
1616
android:layout_height="wrap_content">
1717

18-
<androidx.cardview.widget.CardView
19-
android:id="@+id/nav_profile_card_view"
20-
android:layout_width="wrap_content"
21-
android:layout_height="wrap_content"
22-
android:elevation="10dp"
23-
app:cardCornerRadius="8dp"
24-
app:layout_constraintEnd_toEndOf="parent"
25-
app:layout_constraintStart_toStartOf="parent"
26-
app:layout_constraintTop_toTopOf="parent">
27-
28-
<ImageView
29-
android:id="@+id/nav_profile_image"
30-
android:layout_width="wrap_content"
31-
android:layout_height="wrap_content"
32-
app:srcCompat="@drawable/profile" />
33-
</androidx.cardview.widget.CardView>
34-
3518
<TextView
3619
android:id="@+id/about_me_name_text_view"
3720
android:layout_width="wrap_content"
@@ -44,7 +27,7 @@
4427
android:textColor="@color/colorWhite"
4528
app:layout_constraintEnd_toEndOf="parent"
4629
app:layout_constraintStart_toStartOf="parent"
47-
app:layout_constraintTop_toBottomOf="@+id/nav_profile_card_view" />
30+
app:layout_constraintTop_toTopOf="parent" />
4831

4932
<TextView
5033
android:id="@+id/about_me_name_desc_text_view"

0 commit comments

Comments
 (0)