Modernize AvailableForumsActivity

Turn list of available forums into a BriarRecyclerView with XML layout.
Allow to respond to forum invitations from the list of available forums.
The user can either accept or decline an invitation.
This commit is contained in:
Torsten Grote
2016-05-02 13:39:05 -03:00
parent 2cc621ed1b
commit bcfdd848a4
7 changed files with 237 additions and 93 deletions

View File

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