fragment_room.xml 470 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 4 5 6 7
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="horizontal"
    tools:context="chat.rocket.android.fragment.chatroom.RoomFragment">
8

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

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