gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] 08/09: [wallet] Fix color of ic_unarchive icon


From: gnunet
Subject: [taler-taler-android] 08/09: [wallet] Fix color of ic_unarchive icon
Date: Tue, 31 Jan 2023 14:39:56 +0100

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 3ad4c9496fef62335fede7b1b816855f1e3ca9f4
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Thu Jan 12 19:26:47 2023 -0600

    [wallet] Fix color of ic_unarchive icon
---
 wallet/src/main/res/drawable/ic_unarchive.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wallet/src/main/res/drawable/ic_unarchive.xml 
b/wallet/src/main/res/drawable/ic_unarchive.xml
index e6faf51..8a48bba 100644
--- a/wallet/src/main/res/drawable/ic_unarchive.xml
+++ b/wallet/src/main/res/drawable/ic_unarchive.xml
@@ -17,10 +17,10 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android";
     android:width="24dp"
     android:height="24dp"
-    android:tint="#000000"
+    android:tint="?attr/colorControlNormal"
     android:viewportWidth="24"
     android:viewportHeight="24">
     <path
-        android:fillColor="?attr/colorControlNormal"
+        android:fillColor="#FF000000"
         android:pathData="M20.55,5.22l-1.39,-1.68C18.88,3.21 18.47,3 
18,3H6C5.53,3 5.12,3.21 4.85,3.55L3.46,5.22C3.17,5.57 3,6.01 3,6.5V19c0,1.1 
0.89,2 2,2h14c1.1,0 2,-0.9 2,-2V6.5C21,6.01 20.83,5.57 
20.55,5.22zM12,9.5l5.5,5.5H14v2h-4v-2H6.5L12,9.5zM5.12,5l0.82,-1h12l0.93,1H5.12z"
 />
 </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]