blob: 002fecbe133b800b2ae7db605bd1f5412715ac48 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<include
layout="@layout/toolbar"
android:id="@+id/toolbar" />
<FrameLayout
android:id="@+id/layout_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.wordpress.android.ui.comments.CommentsActivity"/>
</LinearLayout>