mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-21 09:35:19 +00:00
Put create post form into a fragment.
This commit is contained in:
8
app/src/main/res/layout/fragment_post_create_form.xml
Normal file
8
app/src/main/res/layout/fragment_post_create_form.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent" android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
|
||||
<include layout="@layout/post_create_form"/>
|
||||
|
||||
</LinearLayout>
|
@ -48,7 +48,9 @@
|
||||
</FrameLayout>
|
||||
|
||||
<!-- Include post creation form -->
|
||||
<include
|
||||
<FrameLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/create_post_form"
|
||||
layout="@layout/post_create_form" />
|
||||
|
||||
|
Reference in New Issue
Block a user