From 1dd6e71908f9cacf365d3f219264bb3d8cfabaf9 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 14 Feb 2021 09:59:33 +0200 Subject: [PATCH] correct copyright notices on icon resources --- .../main/res/drawable-anydpi-v26/app_icon.xml | 4 +- .../drawable-anydpi-v26/app_icon_round.xml | 4 +- .../drawable-anydpi/checkbox_star_black.xml | 25 ------ .../drawable-anydpi/checkbox_star_white.xml | 25 ------ .../ic_baseline_auto_graph_24.xml | 25 +++--- .../drawable-anydpi/ic_baseline_help_24.xml | 25 +++--- .../ic_baseline_help_24_white.xml | 25 +++--- .../ic_baseline_qr_code_scanner_24.xml | 25 +++--- .../ic_checkbox_star_black.xml | 26 ++++++ .../ic_checkbox_star_white.xml | 26 ++++++ ...hite.xml => ic_expand_more_black_24dp.xml} | 20 ++--- ...e_black_24dp.xml => thick_check_white.xml} | 22 ++++-- .../res/drawable/ic_launcher_foreground.xml | 59 -------------- .../main/res/drawable/launcher_foreground.xml | 79 +++++++++++++++++++ 14 files changed, 208 insertions(+), 182 deletions(-) delete mode 100644 app/src/main/res/drawable-anydpi/checkbox_star_black.xml delete mode 100644 app/src/main/res/drawable-anydpi/checkbox_star_white.xml create mode 100644 app/src/main/res/drawable-anydpi/ic_checkbox_star_black.xml create mode 100644 app/src/main/res/drawable-anydpi/ic_checkbox_star_white.xml rename app/src/main/res/drawable-anydpi/{ic_thick_check_white.xml => ic_expand_more_black_24dp.xml} (55%) rename app/src/main/res/drawable-anydpi/{expand_more_black_24dp.xml => thick_check_white.xml} (55%) delete mode 100644 app/src/main/res/drawable/ic_launcher_foreground.xml create mode 100644 app/src/main/res/drawable/launcher_foreground.xml diff --git a/app/src/main/res/drawable-anydpi-v26/app_icon.xml b/app/src/main/res/drawable-anydpi-v26/app_icon.xml index f74bcb9c..b82ac92d 100644 --- a/app/src/main/res/drawable-anydpi-v26/app_icon.xml +++ b/app/src/main/res/drawable-anydpi-v26/app_icon.xml @@ -1,6 +1,6 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi/checkbox_star_white.xml b/app/src/main/res/drawable-anydpi/checkbox_star_white.xml deleted file mode 100644 index d1f2df28..00000000 --- a/app/src/main/res/drawable-anydpi/checkbox_star_white.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi/ic_baseline_auto_graph_24.xml b/app/src/main/res/drawable-anydpi/ic_baseline_auto_graph_24.xml index 955af728..523c7a50 100644 --- a/app/src/main/res/drawable-anydpi/ic_baseline_auto_graph_24.xml +++ b/app/src/main/res/drawable-anydpi/ic_baseline_auto_graph_24.xml @@ -1,18 +1,19 @@ . + ~ https://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distribution under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + ~ + ~ Modified/adapted by Damyan Ivanov for MoLe --> . + ~ https://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distribution under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + ~ + ~ Modified/adapted by Damyan Ivanov for MoLe --> . + ~ https://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distribution under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + ~ + ~ Modified/adapted by Damyan Ivanov for MoLe --> + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi/ic_checkbox_star_white.xml b/app/src/main/res/drawable-anydpi/ic_checkbox_star_white.xml new file mode 100644 index 00000000..b89cdd73 --- /dev/null +++ b/app/src/main/res/drawable-anydpi/ic_checkbox_star_white.xml @@ -0,0 +1,26 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable-anydpi/ic_thick_check_white.xml b/app/src/main/res/drawable-anydpi/ic_expand_more_black_24dp.xml similarity index 55% rename from app/src/main/res/drawable-anydpi/ic_thick_check_white.xml rename to app/src/main/res/drawable-anydpi/ic_expand_more_black_24dp.xml index f427e079..77baf13e 100644 --- a/app/src/main/res/drawable-anydpi/ic_thick_check_white.xml +++ b/app/src/main/res/drawable-anydpi/ic_expand_more_black_24dp.xml @@ -16,20 +16,14 @@ ~ Modified/adapted by Damyan Ivanov for MoLe --> - - + android:tint="?colorSecondary" + android:viewportWidth="24.0" + android:viewportHeight="24.0"> + diff --git a/app/src/main/res/drawable-anydpi/expand_more_black_24dp.xml b/app/src/main/res/drawable-anydpi/thick_check_white.xml similarity index 55% rename from app/src/main/res/drawable-anydpi/expand_more_black_24dp.xml rename to app/src/main/res/drawable-anydpi/thick_check_white.xml index 8213381c..a3736e37 100644 --- a/app/src/main/res/drawable-anydpi/expand_more_black_24dp.xml +++ b/app/src/main/res/drawable-anydpi/thick_check_white.xml @@ -1,5 +1,5 @@ + - + android:viewportWidth="6.35" + android:viewportHeight="6.3500004"> + diff --git a/app/src/main/res/drawable/ic_launcher_foreground.xml b/app/src/main/res/drawable/ic_launcher_foreground.xml deleted file mode 100644 index c8c1a98c..00000000 --- a/app/src/main/res/drawable/ic_launcher_foreground.xml +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - - - - - diff --git a/app/src/main/res/drawable/launcher_foreground.xml b/app/src/main/res/drawable/launcher_foreground.xml new file mode 100644 index 00000000..af159e2b --- /dev/null +++ b/app/src/main/res/drawable/launcher_foreground.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + -- 2.39.2