mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 14:25:13 +01:00
15 lines
596 B
XML
15 lines
596 B
XML
<?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"
|
|
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> |