mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-04 15:28:21 +03:00
19 lines
528 B
XML
19 lines
528 B
XML
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
android:orientation="vertical">
|
||
|
|
||
|
<FrameLayout
|
||
|
android:id="@+id/frame"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"/>
|
||
|
|
||
|
<FrameLayout
|
||
|
android:id="@+id/nav"
|
||
|
android:layout_gravity="left"
|
||
|
android:layout_width="240dp"
|
||
|
android:layout_height="match_parent">
|
||
|
</FrameLayout>
|
||
|
|
||
|
</RelativeLayout>
|