2016-12-11 12:43:44 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<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"
|
2019-10-26 23:20:46 +02:00
|
|
|
android:fitsSystemWindows="true"
|
|
|
|
android:clipToPadding="true">
|
|
|
|
<View
|
|
|
|
android:id="@+id/status_bar_scrim"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:background="?attr/colorPrimary" />
|
|
|
|
</eu.kanade.tachiyomi.ui.library.LibraryNavigationView>
|