project_files/Android-build/SDL-android-project/res/layout/activity_netroom.xml
changeset 7455 8e86d8d2927d
parent 7449 2e63537b44f3
child 7461 38acbfdb484f
equal deleted inserted replaced
7452:915f824039ba 7455:8e86d8d2927d
    94 
    94 
    95             <fragment
    95             <fragment
    96                 android:id="@+id/chatFragment"
    96                 android:id="@+id/chatFragment"
    97                 android:layout_width="fill_parent"
    97                 android:layout_width="fill_parent"
    98                 android:layout_height="fill_parent"
    98                 android:layout_height="fill_parent"
    99                 class="org.hedgewars.hedgeroid.netplay.LobbyChatFragment"
    99                 class="org.hedgewars.hedgeroid.netplay.ChatFragment"
   100                 tools:layout="@layout/fragment_chat" />
   100                 tools:layout="@layout/fragment_chat" />
   101         </FrameLayout>
   101         </FrameLayout>
   102     </RelativeLayout>
   102     </RelativeLayout>
   103 
   103 
   104 </FrameLayout>
   104 </FrameLayout>