Introduce RssFeedViewModel

Furnishing the RssFeed function as a single activity with fragments for
Manage and Import.
This commit is contained in:
Daniel Lublin
2021-04-20 11:55:37 +02:00
parent 683af1ec3a
commit 73c7882cc0
58 changed files with 741 additions and 545 deletions

View File

@@ -10,13 +10,8 @@
app:showAsAction="always"/>
<item
android:id="@+id/action_rss_feeds_import"
android:title="@string/blogs_rss_feeds_import"
app:showAsAction="never"/>
<item
android:id="@+id/action_rss_feeds_manage"
android:title="@string/blogs_rss_feeds_manage"
android:id="@+id/action_rss_feeds"
android:title="@string/blogs_rss_feeds"
app:showAsAction="never"/>
</menu>