Use proper tags for fragment layout.
This commit is contained in:
parent
70fec6ad08
commit
78d2d09996
1 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue