diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-22 09:36:01 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2022-03-22 09:36:01 +0100 |
commit | a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (patch) | |
tree | a3020e8f9a8de56579530b90852ba804552284bb /app/src/main/res/drawable | |
parent | b18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff) |
Use system theme colors. #5082
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/bg_graph_bar.xml | 20 | ||||
-rw-r--r-- | app/src/main/res/drawable/bg_outlined.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/drawable/ic_body_monitor.xml | 19 | ||||
-rw-r--r-- | app/src/main/res/drawable/ic_calendar.xml | 10 | ||||
-rw-r--r-- | app/src/main/res/drawable/ic_call.xml | 10 | ||||
-rw-r--r-- | app/src/main/res/drawable/ic_location.xml | 10 |
6 files changed, 1 insertions, 70 deletions
diff --git a/app/src/main/res/drawable/bg_graph_bar.xml b/app/src/main/res/drawable/bg_graph_bar.xml deleted file mode 100644 index cdeae6e..0000000 --- a/app/src/main/res/drawable/bg_graph_bar.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright (C) 2022 E FOUNDATION - ~ - ~ This program 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. - ~ - ~ This program 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 this program. If not, see <https://www.gnu.org/licenses/>. - --> - -<shape xmlns:android="http://schemas.android.com/apk/res/android"> - <solid android:color="@color/purple_200" /> -</shape>
\ No newline at end of file diff --git a/app/src/main/res/drawable/bg_outlined.xml b/app/src/main/res/drawable/bg_outlined.xml index 2040f18..d33886a 100644 --- a/app/src/main/res/drawable/bg_outlined.xml +++ b/app/src/main/res/drawable/bg_outlined.xml @@ -17,6 +17,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android"> - <stroke android:width="1dp" android:color="@color/grey_divider" /> + <stroke android:width="1dp" android:color="@color/divider" /> <corners android:radius="4dp" /> </shape> diff --git a/app/src/main/res/drawable/ic_body_monitor.xml b/app/src/main/res/drawable/ic_body_monitor.xml deleted file mode 100644 index cbf0d27..0000000 --- a/app/src/main/res/drawable/ic_body_monitor.xml +++ /dev/null @@ -1,19 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24" - android:tint="@color/black"> - <path - android:fillColor="@android:color/white" - android:pathData="M19,3H5C3.9,3 3,3.9 3,5v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V5C21,3.9 20.1,3 19,3zM12,12c-1.66,0 -3,-1.34 -3,-3s1.34,-3 3,-3s3,1.34 3,3S13.66,12 12,12z"/> - <path - android:fillColor="@android:color/white" - android:pathData="M10,8.5h1v1h-1z"/> - <path - android:fillColor="@android:color/white" - android:pathData="M11.5,8.5h1v1h-1z"/> - <path - android:fillColor="@android:color/white" - android:pathData="M13,8.5h1v1h-1z"/> -</vector> diff --git a/app/src/main/res/drawable/ic_calendar.xml b/app/src/main/res/drawable/ic_calendar.xml deleted file mode 100644 index 376c5a4..0000000 --- a/app/src/main/res/drawable/ic_calendar.xml +++ /dev/null @@ -1,10 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24" - android:tint="@color/black"> - <path - android:fillColor="@android:color/white" - android:pathData="M9,11L7,11v2h2v-2zM13,11h-2v2h2v-2zM17,11h-2v2h2v-2zM19,4h-1L18,2h-2v2L8,4L8,2L6,2v2L5,4c-1.11,0 -1.99,0.9 -1.99,2L3,20c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.9,-2 -2,-2zM19,20L5,20L5,9h14v11z"/> -</vector> diff --git a/app/src/main/res/drawable/ic_call.xml b/app/src/main/res/drawable/ic_call.xml deleted file mode 100644 index 41d8b40..0000000 --- a/app/src/main/res/drawable/ic_call.xml +++ /dev/null @@ -1,10 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24" - android:tint="@color/black"> - <path - android:fillColor="@android:color/white" - android:pathData="M13,9h-2v2h2L13,9zM17,9h-2v2h2L17,9zM20,15.5c-1.25,0 -2.45,-0.2 -3.57,-0.57 -0.35,-0.11 -0.74,-0.03 -1.02,0.24l-2.2,2.2c-2.83,-1.44 -5.15,-3.75 -6.59,-6.58l2.2,-2.21c0.28,-0.27 0.36,-0.66 0.25,-1.01C8.7,6.45 8.5,5.25 8.5,4c0,-0.55 -0.45,-1 -1,-1L4,3c-0.55,0 -1,0.45 -1,1 0,9.39 7.61,17 17,17 0.55,0 1,-0.45 1,-1v-3.5c0,-0.55 -0.45,-1 -1,-1zM19,9v2h2L21,9h-2z"/> -</vector> diff --git a/app/src/main/res/drawable/ic_location.xml b/app/src/main/res/drawable/ic_location.xml deleted file mode 100644 index e117e22..0000000 --- a/app/src/main/res/drawable/ic_location.xml +++ /dev/null @@ -1,10 +0,0 @@ -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:width="24dp" - android:height="24dp" - android:viewportWidth="24" - android:viewportHeight="24" - android:tint="@color/black"> - <path - android:fillColor="@android:color/white" - android:pathData="M12,8c-2.21,0 -4,1.79 -4,4s1.79,4 4,4 4,-1.79 4,-4 -1.79,-4 -4,-4zM20.94,11c-0.46,-4.17 -3.77,-7.48 -7.94,-7.94L13,1h-2v2.06C6.83,3.52 3.52,6.83 3.06,11L1,11v2h2.06c0.46,4.17 3.77,7.48 7.94,7.94L11,23h2v-2.06c4.17,-0.46 7.48,-3.77 7.94,-7.94L23,13v-2h-2.06zM12,19c-3.87,0 -7,-3.13 -7,-7s3.13,-7 7,-7 7,3.13 7,7 -3.13,7 -7,7z"/> -</vector> |