aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/notifications_detail_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/layout/notifications_detail_activity.xml')
-rw-r--r--WordPress/src/main/res/layout/notifications_detail_activity.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/WordPress/src/main/res/layout/notifications_detail_activity.xml b/WordPress/src/main/res/layout/notifications_detail_activity.xml
new file mode 100644
index 000000000..3ffd4f61a
--- /dev/null
+++ b/WordPress/src/main/res/layout/notifications_detail_activity.xml
@@ -0,0 +1,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" />