mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
7 lines
360 B
XML
7 lines
360 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:id="@+id/navigation_header_container"
|
|
android:paddingBottom="@dimen/design_navigation_separator_vertical_padding"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"/>
|