summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/fragment_transaction_withdrawal.xml4
-rw-r--r--wallet/src/main/res/layout/list_item_transaction.xml3
2 files changed, 4 insertions, 3 deletions
diff --git a/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml b/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml
index 5afd22b..100ddbc 100644
--- a/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml
+++ b/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml
@@ -62,7 +62,6 @@
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"
@@ -75,7 +74,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginVertical="10dp"
- android:backgroundTint="@color/colorAccent"
+ android:textColor="?colorOnTertiary"
+ android:backgroundTint="?colorTertiary"
android:visibility="gone"
app:layout_constraintBottom_toTopOf="@id/chosenAmountLabel"
app:layout_constraintEnd_toEndOf="parent"
diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml
index 232afb8..5dfdf14 100644
--- a/wallet/src/main/res/layout/list_item_transaction.xml
+++ b/wallet/src/main/res/layout/list_item_transaction.xml
@@ -67,7 +67,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:visibility="gone"
- app:backgroundTint="@color/colorAccent"
+ android:textColor="?colorOnTertiary"
+ app:backgroundTint="?colorTertiary"
app:layout_constraintStart_toStartOf="@id/title"
app:layout_constraintTop_toBottomOf="@id/extraInfoView"
tools:text="Complete KYC"