File tree Expand file tree Collapse file tree 2 files changed +1
-18
lines changed
Expand file tree Collapse file tree 2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change 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"
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"
You can’t perform that action at this time.
0 commit comments