gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-android] 07/09: [wallet] Fix icon color in button


From: gnunet
Subject: [taler-taler-android] 07/09: [wallet] Fix icon color in button
Date: Tue, 31 Jan 2023 14:39:55 +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 df88d1d1d53db9e0d6471690c120c64abd34592c
Author: Iván Ávalos <avalos@disroot.org>
AuthorDate: Thu Jan 12 00:36:58 2023 -0600

    [wallet] Fix icon color in button
---
 wallet/src/main/res/layout/fragment_transaction_withdrawal.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml 
b/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml
index 9c1dbda..5afd22b 100644
--- a/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml
+++ b/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml
@@ -54,12 +54,15 @@
             app:layout_constraintTop_toBottomOf="@+id/effectiveAmountLabel"
             tools:text="23.42 TESTKUDOS" />
 
-        <Button
+        <com.google.android.material.button.MaterialButton
             android:id="@+id/confirmWithdrawalButton"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:drawableLeft="@drawable/ic_account_balance"
+            app:icon="@drawable/ic_account_balance"
             android:text="@string/withdraw_button_confirm_bank"
+            android:textColor="?colorOnPrimary"
+            app:iconTint="?colorOnPrimary"
+            app:layout_constraintBottom_toTopOf="@+id/chosenAmountLabel"
             app:drawableTint="?attr/colorOnPrimarySurface"
             app:layout_constraintBottom_toTopOf="@+id/actionButton"
             app:layout_constraintEnd_toEndOf="parent"

-- 
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]