-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #3082 (Calculator app displays a religious icon on notification s…
…creen...)
- Loading branch information
Showing
3 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) 2022-2022 Martin Denham, Tuomas Airaksinen and the AndBible contributors. | ||
~ | ||
~ This file is part of AndBible: Bible Study (http://github.com/AndBible/and-bible). | ||
~ | ||
~ AndBible is free software: you can redistribute it and/or modify it under the | ||
~ terms of the GNU General Public License as published by the Free Software Foundation, | ||
~ either version 3 of the License, or (at your option) any later version. | ||
~ | ||
~ AndBible is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | ||
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
~ See the GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with AndBible. | ||
~ If not, see http://www.gnu.org/licenses/. | ||
--> | ||
|
||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/white"/> | ||
<foreground android:drawable="@drawable/ic_calculator_with_padding"/> | ||
</adaptive-icon> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- | ||
~ Copyright (c) 2022-2022 Martin Denham, Tuomas Airaksinen and the AndBible contributors. | ||
~ | ||
~ This file is part of AndBible: Bible Study (http://github.com/AndBible/and-bible). | ||
~ | ||
~ AndBible is free software: you can redistribute it and/or modify it under the | ||
~ terms of the GNU General Public License as published by the Free Software Foundation, | ||
~ either version 3 of the License, or (at your option) any later version. | ||
~ | ||
~ AndBible is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | ||
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
~ See the GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with AndBible. | ||
~ If not, see http://www.gnu.org/licenses/. | ||
--> | ||
|
||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/white"/> | ||
<foreground android:drawable="@drawable/ic_calculator_with_padding"/> | ||
</adaptive-icon> |
22 changes: 22 additions & 0 deletions
22
app/src/discrete/res/mipmap-anydpi-v26/ic_launcher_round.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
~ Copyright (c) 2022-2022 Martin Denham, Tuomas Airaksinen and the AndBible contributors. | ||
~ | ||
~ This file is part of AndBible: Bible Study (http://github.com/AndBible/and-bible). | ||
~ | ||
~ AndBible is free software: you can redistribute it and/or modify it under the | ||
~ terms of the GNU General Public License as published by the Free Software Foundation, | ||
~ either version 3 of the License, or (at your option) any later version. | ||
~ | ||
~ AndBible is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; | ||
~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||
~ See the GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with AndBible. | ||
~ If not, see http://www.gnu.org/licenses/. | ||
--> | ||
|
||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/white"/> | ||
<foreground android:drawable="@drawable/ic_calculator_with_padding"/> | ||
</adaptive-icon> |