fragment_room.xml 360 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
Yusuke Iwaki's avatar
Yusuke Iwaki committed
3 4
        android:layout_width="match_parent"
        android:layout_height="match_parent"
Tiago Cunha's avatar
Tiago Cunha committed
5
        android:orientation="horizontal">
6

Tiago Cunha's avatar
Tiago Cunha committed
7
    <include layout="@layout/fragment_room_main" />
8

Tiago Cunha's avatar
Tiago Cunha committed
9
    <include layout="@layout/room_side_menu" />
10
</LinearLayout>