From 10b5b1ea7c1d2090d607e59ecde6a4dfac6532b9 Mon Sep 17 00:00:00 2001 From: Severin von Wnuck-Lipinski Date: Fri, 23 Aug 2024 23:23:09 +0200 Subject: [PATCH] Add icon for temperature unit preference --- LICENSE.artwork | 3 +++ app/src/main/res/drawable/ic_thermometer.xml | 10 ++++++++++ .../res/xml/devicesettings_temperature_scale_cf.xml | 1 + 3 files changed, 14 insertions(+) create mode 100644 app/src/main/res/drawable/ic_thermometer.xml diff --git a/LICENSE.artwork b/LICENSE.artwork index 4eb9cf24e..71e1fe282 100644 --- a/LICENSE.artwork +++ b/LICENSE.artwork @@ -31,3 +31,6 @@ Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0): MIT License as per https://github.com/flipperdevices/Flipper-iOS-App/blob/dev/LICENSE Flipper device icons, Source SVG https://raw.githubusercontent.com/flipperdevices/Flipper-iOS-App/main/Flipper/Shared/Assets.xcassets/Device/FlipperBlack.imageset/FlipperBlack.svg + +Apache License Version 2.0 as per https://github.com/google/material-design-icons/blob/master/LICENSE + Material Symbols & Icons. Source: https://github.com/google/material-design-icons diff --git a/app/src/main/res/drawable/ic_thermometer.xml b/app/src/main/res/drawable/ic_thermometer.xml new file mode 100644 index 000000000..cd618dbad --- /dev/null +++ b/app/src/main/res/drawable/ic_thermometer.xml @@ -0,0 +1,10 @@ + + + diff --git a/app/src/main/res/xml/devicesettings_temperature_scale_cf.xml b/app/src/main/res/xml/devicesettings_temperature_scale_cf.xml index f17c947a2..16e5f13ef 100644 --- a/app/src/main/res/xml/devicesettings_temperature_scale_cf.xml +++ b/app/src/main/res/xml/devicesettings_temperature_scale_cf.xml @@ -1,6 +1,7 @@