aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/bg_graph_bar.xml
diff options
context:
space:
mode:
authorRomain Hunault <romain.hunault@e.email>2022-03-23 15:36:21 +0000
committerRomain Hunault <romain.hunault@e.email>2022-03-23 15:36:21 +0000
commit82a45020557916da2a133df297eafc92f9f7c3db (patch)
tree2e12b5e39ac53ae05474c35bd16e2c2070d4a094 /app/src/main/res/drawable/bg_graph_bar.xml
parent335e504715d6730f701f5897e4cbc49cfdb9f69c (diff)
parenta9d8b2e6a4c45a62ae0b5cbf1e7682886f4360d1 (diff)
downloadadvanced-privacy-82a45020557916da2a133df297eafc92f9f7c3db.tar.gz
Merge branch 'use_system_resources' into 'main'
Use system theme colors. #5082 See merge request e/privacy-central/privacycentralapp!31
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