tachiyomi/app/src/main/res/layout/library_drawer.xml

8 lines
339 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2020-02-22 00:43:50 +01:00
<eu.kanade.tachiyomi.ui.library.LibraryNavigationView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/nav_view2"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="end"
android:fitsSystemWindows="false" />