ui/material2/src/androidMain/res/values/themes.xml
author Da Risk <da_risk@geekorum.com>
Tue, 06 May 2025 12:50:21 -0400
changeset 87 d00b099d8ef3
permissions -rw-r--r--
ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
87
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="utf-8"?>
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
<!--
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
    AboutOss is an utility library to retrieve and display
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
    opensource licenses in Android applications.
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
    Copyright (C) 2023-2025 by Frederic-Charles Barthelery.
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
    This file is part of AboutOss.
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
    AboutOss is free software: you can redistribute it and/or modify
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
    it under the terms of the GNU General Public License as published by
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
    the Free Software Foundation, either version 3 of the License, or
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
    (at your option) any later version.
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
    AboutOss is distributed in the hope that it will be useful,
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
    but WITHOUT ANY WARRANTY; without even the implied warranty of
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
    GNU General Public License for more details.
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
    You should have received a copy of the GNU General Public License
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
    along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
-->
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
<resources>
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    26
    <style name="Theme.AboutOss.Material2" parent="android:Theme.Material.Light.NoActionBar"/>
d00b099d8ef3 ui:material2: Make OpenSourceLicensesActivity compatible with edge to edge
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    27
</resources>