gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-android] 03/03: [wallet] Remove unused drawable assets


From: gnunet
Subject: [taler-taler-android] 03/03: [wallet] Remove unused drawable assets
Date: Fri, 17 May 2024 16:03:57 +0200

This is an automated email from the git hooks/post-receive script.

torsten-grote pushed a commit to branch master
in repository taler-android.

commit 062f40a78ed8a16658cca892961c1660de116179
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Tue May 14 13:33:06 2024 -0600

    [wallet] Remove unused drawable assets
    
    bug 0008587
---
 wallet/src/main/res/drawable/badge.xml             | 26 ------------------
 wallet/src/main/res/drawable/ic_sync.xml           |  9 -------
 wallet/src/main/res/drawable/pending_border.xml    | 31 ----------------------
 .../main/res/drawable/transaction_tip_accepted.xml | 26 ------------------
 4 files changed, 92 deletions(-)

diff --git a/wallet/src/main/res/drawable/badge.xml 
b/wallet/src/main/res/drawable/badge.xml
deleted file mode 100644
index 0b06ce5..0000000
--- a/wallet/src/main/res/drawable/badge.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/>
-  -->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android";
-    android:shape="rectangle">
-    <solid android:color="?android:textColorSecondary" />
-    <corners android:radius="8dp" />
-    <padding
-        android:bottom="2dp"
-        android:left="8dp"
-        android:right="8dp"
-        android:top="2dp" />
-</shape>
\ No newline at end of file
diff --git a/wallet/src/main/res/drawable/ic_sync.xml 
b/wallet/src/main/res/drawable/ic_sync.xml
deleted file mode 100644
index 8991613..0000000
--- a/wallet/src/main/res/drawable/ic_sync.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<vector xmlns:android="http://schemas.android.com/apk/res/android";
-    android:width="24dp"
-    android:height="24dp"
-    android:viewportWidth="24.0"
-    android:viewportHeight="24.0">
-    <path
-        android:fillColor="#FF000000"
-        android:pathData="M12,4L12,1L8,5l4,4L12,6c3.31,0 6,2.69 6,6 0,1.01 
-0.25,1.97 -0.7,2.8l1.46,1.46C19.54,15.03 20,13.57 20,12c0,-4.42 -3.58,-8 
-8,-8zM12,18c-3.31,0 -6,-2.69 -6,-6 0,-1.01 0.25,-1.97 
0.7,-2.8L5.24,7.74C4.46,8.97 4,10.43 4,12c0,4.42 3.58,8 8,8v3l4,-4 -4,-4v3z" />
-</vector>
diff --git a/wallet/src/main/res/drawable/pending_border.xml 
b/wallet/src/main/res/drawable/pending_border.xml
deleted file mode 100644
index 0e201dc..0000000
--- a/wallet/src/main/res/drawable/pending_border.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?><!--
-  ~ 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/>
-  -->
-
-<shape xmlns:android="http://schemas.android.com/apk/res/android";
-    android:shape="rectangle">
-
-    <!-- View background color -->
-    <solid android:color="@android:color/transparent"/>
-
-    <!-- View border color and width -->
-    <stroke
-        android:width="1dp"
-        android:color="@color/colorPrimary"/>
-
-    <!-- The radius makes the corners rounded -->
-    <corners android:radius="2dp"/>
-
-</shape>
\ No newline at end of file
diff --git a/wallet/src/main/res/drawable/transaction_tip_accepted.xml 
b/wallet/src/main/res/drawable/transaction_tip_accepted.xml
deleted file mode 100644
index 27b1ae4..0000000
--- a/wallet/src/main/res/drawable/transaction_tip_accepted.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:tint="?attr/colorControlNormal"
-    android:viewportWidth="24"
-    android:viewportHeight="24">
-    <path
-        android:fillColor="#000"
-        android:pathData="M18,21L15,18L18,15V17H22V19H18V21M10,4A4,4 0 0,1 
14,8A4,4 0 0,1 10,12A4,4 0 0,1 6,8A4,4 0 0,1 10,4M10,14C11.15,14 12.25,14.12 
13.24,14.34C12.46,15.35 12,16.62 12,18C12,18.7 12.12,19.37 
12.34,20H2V18C2,15.79 5.58,14 10,14Z" />
-</vector>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]