| author | Da Risk <da_risk@geekorum.com> |
| Wed, 12 Jan 2022 17:29:59 -0400 | |
| changeset 882 | 7a74abf66c49 |
| parent 846 | ac0863af5ef6 |
| child 943 | 298742859784 |
| 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 |
||
| 882 | 6 |
Copyright (C) 2017-2022 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 |
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"> |
|
25 |
<item android:gravity="center" |
|
|
475
bb0748435c36
Small tweaks of adaptive icon
Da Risk <da_risk@geekorum.com>
parents:
137
diff
changeset
|
26 |
android:height="36dp" |
|
bb0748435c36
Small tweaks of adaptive icon
Da Risk <da_risk@geekorum.com>
parents:
137
diff
changeset
|
27 |
android:width="36dp"> |
| 0 | 28 |
<shape android:shape="oval"> |
|
484
481082c60f75
Small change of the app icon for the free flavor.
Da Risk <da_risk@geekorum.com>
parents:
475
diff
changeset
|
29 |
<solid android:color="@color/app_icon_flavor_background" /> |
| 0 | 30 |
</shape> |
31 |
</item> |
|
32 |
||
33 |
<item android:drawable="@drawable/ic_rss_feed_orange" |
|
|
475
bb0748435c36
Small tweaks of adaptive icon
Da Risk <da_risk@geekorum.com>
parents:
137
diff
changeset
|
34 |
android:width="34dp" |
|
bb0748435c36
Small tweaks of adaptive icon
Da Risk <da_risk@geekorum.com>
parents:
137
diff
changeset
|
35 |
android:height="34dp" |
| 0 | 36 |
android:gravity="center" |
37 |
/> |
|
|
484
481082c60f75
Small change of the app icon for the free flavor.
Da Risk <da_risk@geekorum.com>
parents:
475
diff
changeset
|
38 |
</layer-list> |