aboutsummaryrefslogtreecommitdiff
path: root/libs/editor/example/src/main/res/layout/activity_legacy_editor.xml
blob: 24756188d2c94efeb0b6ee855459b4a227d24fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
                xmlns:tools="http://schemas.android.com/tools"
                android:layout_width="match_parent"
                android:layout_height="match_parent"
                tools:context=".EditorActivity">

    <fragment
        android:id="@+id/postEditor"
        android:name="org.wordpress.android.editor.LegacyEditorFragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent"/>

</RelativeLayout>