mirror of
https://github.com/Xcreen/RestSMS.git
synced 2026-02-20 15:46:22 -05:00
Remove profile image
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user