aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/new_edit_post_activity.xml
blob: 4a29d21de834dc7cbdb6cd92d70ede7f00cb1599 (plain)
1
2
3
4
5
6
<org.wordpress.android.widgets.WPViewPager xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/pager"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".EditPostActivity" />