summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-01-26 12:17:41 -0600
committerTorsten Grote <t@grobox.de>2023-01-31 10:39:42 -0300
commita190a2d1f739fdee312a1b1ae2b835b709bb5bb2 (patch)
treeef92d19941f359fd0b3219cac20d6bd9a9b28c5e /wallet/src/main/res/layout
parent3ad4c9496fef62335fede7b1b816855f1e3ca9f4 (diff)
downloadtaler-android-a190a2d1f739fdee312a1b1ae2b835b709bb5bb2.tar.gz
taler-android-a190a2d1f739fdee312a1b1ae2b835b709bb5bb2.tar.bz2
taler-android-a190a2d1f739fdee312a1b1ae2b835b709bb5bb2.zip
[wallet] Material3 adjustments after rebase
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"