Use proper tags for fragment layout.

This commit is contained in:
Felix Ableitner 2014-10-22 22:46:09 +03:00
parent 70fec6ad08
commit 78d2d09996

View file

@ -1,11 +1,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<fragment android:name="com.nutomic.ensichat.fragments.ContactsFragment"
<fragment class="com.nutomic.ensichat.fragments.ContactsFragment"
android:id="@android:id/primary"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
</FrameLayout>