1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-07 20:34:24 +00:00
NewPipe/app/src/main/res/layout/drawer_layout.xml

11 lines
497 B
XML
Raw Normal View History

2018-02-16 13:45:52 +00:00
<?xml version="1.0" encoding="utf-8"?>
2020-10-09 18:24:02 +00:00
<com.google.android.material.navigation.NavigationView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/navigation"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="?android:attr/windowBackground"
android:orientation="vertical"
app:headerLayout="@layout/drawer_header" />