summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feed_statistics_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/feed_statistics_dialog.xml')
-rw-r--r--app/src/main/res/layout/feed_statistics_dialog.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/layout/feed_statistics_dialog.xml b/app/src/main/res/layout/feed_statistics_dialog.xml
new file mode 100644
index 000000000..fcd36fe7a
--- /dev/null
+++ b/app/src/main/res/layout/feed_statistics_dialog.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<androidx.fragment.app.FragmentContainerView
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/statisticsContainer"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:padding="16dp" />