summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/fragment_exchange_fees.xml
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2023-01-11 22:59:44 -0600
committerIván Ávalos <avalos@disroot.org>2023-01-26 12:18:54 -0600
commit47272b534fa2d81fbe6aeef0247212d0aae1c99c (patch)
treea9bf0194b9e5be1b536b9d963c34f353ff3d72af /wallet/src/main/res/layout/fragment_exchange_fees.xml
parent72620643dd275e3bf5a67420979d8483bb4512fd (diff)
downloadtaler-android-47272b534fa2d81fbe6aeef0247212d0aae1c99c.tar.gz
taler-android-47272b534fa2d81fbe6aeef0247212d0aae1c99c.tar.bz2
taler-android-47272b534fa2d81fbe6aeef0247212d0aae1c99c.zip
[wallet] Refactored error colors using MaterialTheme
Diffstat (limited to 'wallet/src/main/res/layout/fragment_exchange_fees.xml')
-rw-r--r--wallet/src/main/res/layout/fragment_exchange_fees.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/wallet/src/main/res/layout/fragment_exchange_fees.xml b/wallet/src/main/res/layout/fragment_exchange_fees.xml
index 6f8814f..03d69f5 100644
--- a/wallet/src/main/res/layout/fragment_exchange_fees.xml
+++ b/wallet/src/main/res/layout/fragment_exchange_fees.xml
@@ -44,7 +44,7 @@
app:layout_constraintStart_toEndOf="@+id/withdrawFeeLabel"
app:layout_constraintTop_toTopOf="@+id/withdrawFeeLabel"
tools:text="-0.23 TESTKUDOS"
- tools:textColor="@color/red" />
+ tools:textColor="?colorError" />
<TextView
android:id="@+id/overheadLabel"
@@ -64,7 +64,7 @@
app:layout_constraintStart_toEndOf="@+id/overheadLabel"
app:layout_constraintTop_toTopOf="@+id/overheadLabel"
tools:text="-0.42 TESTKUDOS"
- tools:textColor="@color/red" />
+ tools:textColor="?colorError" />
<TextView
android:id="@+id/expirationLabel"