remove header again
This commit is contained in:
parent
32f37c6b00
commit
b9fe0b7fd7
4 changed files with 0 additions and 36 deletions
Binary file not shown.
Before Width: | Height: | Size: 97 KiB |
|
@ -1,9 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:drawable="@color/black_alpha_60" android:state_pressed="true" />
|
||||
|
||||
<item android:drawable="@color/black_alpha_40" />
|
||||
|
||||
</selector>
|
|
@ -51,7 +51,6 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
app:itemBackground="?attr/selectableItemBackground"
|
||||
app:headerLayout="@layout/navigation_drawer_header"
|
||||
android:fitsSystemWindows="true"
|
||||
android:layout_gravity="start"
|
||||
app:itemIconTint="@android:color/white"
|
||||
|
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="160dp"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:scaleType="centerCrop"
|
||||
android:orientation="vertical">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/navigation_drawer_header_clickable"
|
||||
android:clickable="true"
|
||||
android:focusable="true"
|
||||
android:foreground="@drawable/nav_drawer_header_foreground"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="160dp">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/navigation_drawer_user_account_picture_cover"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:scaleType="centerCrop"
|
||||
android:background="@drawable/image_nav_drawer_account_background"
|
||||
tools:ignore="ContentDescription" />
|
||||
</FrameLayout>
|
||||
|
||||
</RelativeLayout>
|
Loading…
Reference in a new issue