Skip to content

Commit

Permalink
Fix #3082 (Calculator app displays a religious icon on notification s…
Browse files Browse the repository at this point in the history
…creen...)
  • Loading branch information
tuomas2 committed Dec 9, 2023
1 parent cdb79e5 commit 3c8df4a
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app/src/discrete/res/mipmap-anydpi-v26/ic_calculator.xml
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>
21 changes: 21 additions & 0 deletions app/src/discrete/res/mipmap-anydpi-v26/ic_launcher.xml
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 app/src/discrete/res/mipmap-anydpi-v26/ic_launcher_round.xml
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>

0 comments on commit 3c8df4a

Please sign in to comment.