NewPipe-app-android/app/src/main/res/layout/drawer_layout.xml

11 lines
497 B
XML
Raw Normal View History

2018-02-16 14:45:52 +01:00
<?xml version="1.0" encoding="utf-8"?>
2020-10-09 20:24:02 +02: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" />