summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/drawable
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-15 13:37:00 -0300
committerTorsten Grote <t@grobox.de>2020-05-15 14:26:44 -0300
commit290b062b8fe121869381b2c59fd7b85ace21457d (patch)
treef21af9c7ee095e1f05857768cae6d5bb1932ad83 /wallet/src/main/res/drawable
parentebaffcdfabd2d33e1754321f0c08d7ca5bd1570a (diff)
downloadtaler-android-290b062b8fe121869381b2c59fd7b85ace21457d.tar.gz
taler-android-290b062b8fe121869381b2c59fd7b85ace21457d.tar.bz2
taler-android-290b062b8fe121869381b2c59fd7b85ace21457d.zip
[wallet] remove unused strings after moving to new transaction API
Diffstat (limited to 'wallet/src/main/res/drawable')
-rw-r--r--wallet/src/main/res/drawable/ic_check_circle.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/wallet/src/main/res/drawable/ic_check_circle.xml b/wallet/src/main/res/drawable/ic_check_circle.xml
deleted file mode 100644
index 375b366..0000000
--- a/wallet/src/main/res/drawable/ic_check_circle.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<!--
- ~ This file is part of GNU Taler
- ~ (C) 2020 Taler Systems S.A.
- ~
- ~ GNU Taler 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, or (at your option) any later version.
- ~
- ~ GNU Taler 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
- ~ GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
- -->
-
-<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24dp"
- android:height="24dp"
- android:alpha="0.56"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
- <path
- android:fillColor="@color/green"
- android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,17l-5,-5 1.41,-1.41L10,14.17l7.59,-7.59L19,8l-9,9z" />
-</vector>