With support for bundled notifications

This commit is contained in:
maskara 2018-03-14 04:42:18 +05:30
parent 59abd022e3
commit f34af1ee4b
4 changed files with 101 additions and 18 deletions

View file

@ -15,6 +15,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ProgressBar
android:id="@+id/progressBar"
android:layout_width="match_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_height="wrap_content" />
<android.support.v7.widget.RecyclerView
android:id="@+id/listView"
android:layout_width="match_parent"