|
|
@ -87,12 +87,12 @@ public class RssfeedsActivity extends AppCompatActivity { |
|
|
|
protected static final int RSS_FEEDS_LOCAL = 0; |
|
|
|
protected static final int RSS_FEEDS_LOCAL = 0; |
|
|
|
protected static final int RSS_FEEDS_REMOTE = 1; |
|
|
|
protected static final int RSS_FEEDS_REMOTE = 1; |
|
|
|
|
|
|
|
|
|
|
|
@FragmentById(R.id.remoterss_fragment) |
|
|
|
|
|
|
|
protected RemoteRssFragment fragmentRemoteFeeds; |
|
|
|
|
|
|
|
@FragmentById(R.id.rssitems_fragment) |
|
|
|
|
|
|
|
protected RssitemsFragment fragmentItems; |
|
|
|
|
|
|
|
@FragmentById(R.id.rssfeeds_fragment) |
|
|
|
@FragmentById(R.id.rssfeeds_fragment) |
|
|
|
protected RssfeedsFragment fragmentLocalFeeds; |
|
|
|
protected RssfeedsFragment fragmentLocalFeeds; |
|
|
|
|
|
|
|
@FragmentById(R.id.rssitems_fragment) |
|
|
|
|
|
|
|
protected RssitemsFragment fragmentItems; |
|
|
|
|
|
|
|
@FragmentById(R.id.remoterss_fragment) |
|
|
|
|
|
|
|
protected RemoteRssFragment fragmentRemoteFeeds; |
|
|
|
|
|
|
|
|
|
|
|
@ViewById |
|
|
|
@ViewById |
|
|
|
protected Toolbar rssfeedsToolbar; |
|
|
|
protected Toolbar rssfeedsToolbar; |
|
|
|