aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/notifications_detail_activity.xml
blob: 3ffd4f61a9ab048deb6a08a84ab6f4dc49f7f65f (plain)
1
2
3
4
5
6
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/notifications_detail_container"
    android:layout_width="match_parent" android:layout_height="match_parent"
    tools:context="org.wordpress.android.ui.notifications.NotificationsDetailActivity"
    tools:ignore="MergeRootFrame" />