mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
The adapter of the `ForumListFragment` has been changed into a `BriarRecyclerView` and all its code has been adapted and simplified accordingly. All UI of the forum list is now defined in XML layouts.
7 lines
254 B
XML
7 lines
254 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<org.briarproject.android.util.BriarRecyclerView
|
|
android:id="@+id/forumList"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|