summaryrefslogtreecommitdiff
path: root/ui/statistics/src/main/res/layout/feed_statistics_dialog.xml
blob: fcd36fe7aaa7022d4117d5deb7c311bae6850c36 (plain)
1
2
3
4
5
6
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" />