mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
9 lines
419 B
XML
9 lines
419 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<com.google.android.material.internal.NavigationMenuView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/design_navigation_view"
|
||
|
android:paddingBottom="@dimen/design_navigation_padding_bottom"
|
||
|
android:scrollbars="vertical"
|
||
|
android:clipToPadding="false"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"/>
|