mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
11
briar-android/res/layout/activity_rss_feed_manage.xml
Normal file
11
briar-android/res/layout/activity_rss_feed_manage.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<org.briarproject.android.util.BriarRecyclerView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/feedList"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:scrollToEnd="false"
|
||||
app:emptyText="@string/blogs_rss_feeds_manage_empty_state"
|
||||
tools:listitem="@layout/list_item_rss_feed"/>
|
||||
Reference in New Issue
Block a user