| author | Da Risk <da_risk@geekorum.com> |
| Mon, 15 Sep 2025 14:00:07 -0400 | |
| changeset 1370 | 13e39ef920a8 |
| parent 1174 | 731f6ee517b6 |
| permissions | -rw-r--r-- |
| 0 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<!-- |
|
3 |
||
4 |
Geekttrss is a RSS feed reader application on the Android Platform. |
|
5 |
||
| 1370 | 6 |
Copyright (C) 2017-2025 by Frederic-Charles Barthelery. |
| 0 | 7 |
|
8 |
This file is part of Geekttrss. |
|
9 |
||
10 |
Geekttrss is free software: you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation, either version 3 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
||
15 |
Geekttrss is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
||
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Geekttrss. If not, see <http://www.gnu.org/licenses/>. |
|
22 |
||
23 |
--> |
|
24 |
<resources> |
|
25 |
<string-array name="pref_theme_names"> |
|
| 301 | 26 |
<item>@string/theme_system_default</item> |
| 0 | 27 |
<item>@string/theme_light</item> |
28 |
<item>@string/theme_dark</item> |
|
29 |
</string-array> |
|
30 |
<string-array name="pref_theme_values" translatable="false"> |
|
31 |
<!-- follows value in AppCompatDelegate.MODE_NIGHT* --> |
|
| 301 | 32 |
<item>-1</item> <!-- FOLLOW_SYSTEM --> |
|
103
0c205577efca
BatteryFriendlyActivity: use appcompat-1.1.0-alpha3 with UNSPECIFIED nightmode
Da Risk <da_risk@geekorum.com>
parents:
0
diff
changeset
|
33 |
<item>1</item> <!-- NO --> |
|
0c205577efca
BatteryFriendlyActivity: use appcompat-1.1.0-alpha3 with UNSPECIFIED nightmode
Da Risk <da_risk@geekorum.com>
parents:
0
diff
changeset
|
34 |
<item>2</item> <!-- YES --> |
| 0 | 35 |
</string-array> |
|
103
0c205577efca
BatteryFriendlyActivity: use appcompat-1.1.0-alpha3 with UNSPECIFIED nightmode
Da Risk <da_risk@geekorum.com>
parents:
0
diff
changeset
|
36 |
</resources> |