aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/bg_graph_bar.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-22 09:36:01 +0100
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-22 09:36:01 +0100
commita9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (patch)
treea3020e8f9a8de56579530b90852ba804552284bb /app/src/main/res/drawable/bg_graph_bar.xml
parentb18b3d06913cf1c2b792a26f5d37e6949af2cf60 (diff)
downloadadvanced-privacy-a9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1.tar.gz
Use system theme colors. #5082
Diffstat (limited to 'app/src/main/res/drawable/bg_graph_bar.xml')
-rw-r--r--app/src/main/res/drawable/bg_graph_bar.xml20
1 files changed, 0 insertions, 20 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