| author | Da Risk <da_risk@geekorum.com> |
| Wed, 03 Mar 2021 21:52:26 -0400 | |
| changeset 782 | ca6a635fb720 |
| parent 611 | 91b8d76c03cd |
| child 846 | ac0863af5ef6 |
| permissions | -rw-r--r-- |
|
608
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
2 |
<!-- |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
3 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
4 |
Geekttrss is a RSS feed reader application on the Android Platform. |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
5 |
|
| 611 | 6 |
Copyright (C) 2017-2020 by Frederic-Charles Barthelery. |
|
608
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
7 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
8 |
This file is part of Geekttrss. |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
9 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
10 |
Geekttrss is free software: you can redistribute it and/or modify |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
11 |
it under the terms of the GNU General Public License as published by |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
12 |
the Free Software Foundation, either version 3 of the License, or |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
13 |
(at your option) any later version. |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
14 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
15 |
Geekttrss is distributed in the hope that it will be useful, |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
18 |
GNU General Public License for more details. |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
19 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
20 |
You should have received a copy of the GNU General Public License |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
21 |
along with Geekttrss. If not, see <http://www.gnu.org/licenses/>. |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
22 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
23 |
--> |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
24 |
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| 782 | 25 |
xmlns:tools="http://schemas.android.com/tools" |
|
608
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
26 |
android:layout_width="match_parent" |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
27 |
android:layout_height="match_parent" |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
28 |
xmlns:app="http://schemas.android.com/apk/res-auto"> |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
29 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
30 |
<fragment |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
31 |
android:id="@+id/nav_host_fragment" |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
32 |
android:name="com.geekorum.ttrss.on_demand_modules.OnDemandModuleNavHostFragment" |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
33 |
android:layout_width="match_parent" |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
34 |
android:layout_height="match_parent" |
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
35 |
app:navGraph="@navigation/add_feed_installer" |
| 782 | 36 |
app:defaultNavHost="true" |
37 |
tools:ignore="Instantiatable" /> <!-- we set up a FragmentFactory--> |
|
|
608
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
38 |
|
|
dcb8e3a2a7e2
AddFeedLauncherActivity : use navigation to install the manage_feeds module
Da Risk <da_risk@geekorum.com>
parents:
diff
changeset
|
39 |
</FrameLayout> |