manage_feeds/src/main/res/values/styles.xml
author Da Risk <da_risk@geekorum.com>
Mon, 15 Sep 2025 14:00:07 -0400
changeset 1370 13e39ef920a8
parent 1218 9e0cbd3dcf63
permissions -rw-r--r--
update license headers
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
241
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
<!--
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
    Geekttrss is a RSS feed reader application on the Android Platform.
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
1370
13e39ef920a8 update license headers
Da Risk <da_risk@geekorum.com>
parents: 1218
diff changeset
     6
    Copyright (C) 2017-2025 by Frederic-Charles Barthelery.
241
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
    This file is part of Geekttrss.
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
    Geekttrss is free software: you can redistribute it and/or modify
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
    it under the terms of the GNU General Public License as published by
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
    the Free Software Foundation, either version 3 of the License, or
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
    (at your option) any later version.
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
    Geekttrss is distributed in the hope that it will be useful,
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
    but WITHOUT ANY WARRANTY; without even the implied warranty of
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
    GNU General Public License for more details.
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
    You should have received a copy of the GNU General Public License
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
    along with Geekttrss.  If not, see <http://www.gnu.org/licenses/>.
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
-->
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
<resources>
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
    <style name="AppTheme.ManageFeedsActivity" parent="AppTheme.NoActionBar"/>
1194
09e8835d10a4 manage_feeds: migrate AddFeedActivity to ModalBottomSheetActivity
Da Risk <da_risk@geekorum.com>
parents: 1193
diff changeset
    26
py
09e8835d10a4 manage_feeds: migrate AddFeedActivity to ModalBottomSheetActivity
Da Risk <da_risk@geekorum.com>
parents: 1193
diff changeset
    27
    <style name="AppTheme.AddFeedActivity" parent="Theme.Geekdroid.ModalBottomSheetDialogActivity"/>
241
7db39d5aebb8 ManageFeedsActivity: style the activity
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    28
</resources>