Show Blog Invitations

This refactors the forum invitation code,
so it can be used by both: forums and blogs.
This commit is contained in:
Torsten Grote
2016-08-02 16:48:27 -03:00
parent a69a4028b0
commit e4f5d8e6e7
14 changed files with 461 additions and 256 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<org.briarproject.android.util.BriarRecyclerView
android:id="@+id/invitationsView"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"/>