summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-02-11 12:07:13 -0600
committerTorsten Grote <t@grobox.de>2023-02-14 15:59:21 -0300
commitc0d94e7a240e97198eacdd33719c5983591bf219 (patch)
tree29b18e208b67e972cdf124c0875c6ee484671e8e /wallet/src/main/res/layout
parentc8de14a77f88de8edd2a75e030bfc4dbd80785c8 (diff)
downloadtaler-android-c0d94e7a240e97198eacdd33719c5983591bf219.tar.gz
taler-android-c0d94e7a240e97198eacdd33719c5983591bf219.tar.bz2
taler-android-c0d94e7a240e97198eacdd33719c5983591bf219.zip
[wallet] Add Confirm with Bank button to transactions list
#0007676
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/list_item_transaction.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml
index 5dfdf14..8cd10a8 100644
--- a/wallet/src/main/res/layout/list_item_transaction.xml
+++ b/wallet/src/main/res/layout/list_item_transaction.xml
@@ -66,9 +66,11 @@
android:id="@+id/actionButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
android:visibility="gone"
- android:textColor="?colorOnTertiary"
- app:backgroundTint="?colorTertiary"
+ android:textColor="?colorOnPrimary"
+ app:iconTint="?colorOnPrimary"
+ app:backgroundTint="?colorPrimary"
app:layout_constraintStart_toStartOf="@id/title"
app:layout_constraintTop_toBottomOf="@id/extraInfoView"
tools:text="Complete KYC"