Simple UI for Managing and Importing RSS Feeds

Closes #517
This commit is contained in:
Torsten Grote
2016-07-26 14:24:28 -03:00
parent 6454acdaa5
commit 62c1c3e08d
16 changed files with 809 additions and 9 deletions

View 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"/>