summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/fragment_transaction_payment.xml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-14 15:15:50 -0300
committerTorsten Grote <t@grobox.de>2020-05-15 14:26:42 -0300
commit7f36a54e5781c56d538f007f5565d79e1a2285fc (patch)
tree592ff619c55fc0b61dfe1905a31f4c2f1a1e9909 /wallet/src/main/res/layout/fragment_transaction_payment.xml
parent69093aa9055da501fd14103ac772d730850cb7b4 (diff)
downloadtaler-android-7f36a54e5781c56d538f007f5565d79e1a2285fc.tar.gz
taler-android-7f36a54e5781c56d538f007f5565d79e1a2285fc.tar.bz2
taler-android-7f36a54e5781c56d538f007f5565d79e1a2285fc.zip
[wallet] add clickable actions to transaction details screen
Bank confirmation can be reached from withdrawal screen and digital fulfillment (http URI) from payment screen.
Diffstat (limited to 'wallet/src/main/res/layout/fragment_transaction_payment.xml')
-rw-r--r--wallet/src/main/res/layout/fragment_transaction_payment.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wallet/src/main/res/layout/fragment_transaction_payment.xml b/wallet/src/main/res/layout/fragment_transaction_payment.xml
index 3f17464..20ba161 100644
--- a/wallet/src/main/res/layout/fragment_transaction_payment.xml
+++ b/wallet/src/main/res/layout/fragment_transaction_payment.xml
@@ -104,6 +104,7 @@
<TextView
android:id="@+id/orderSummaryView"
style="@style/TransactionContent"
+ android:textColor="?android:textColorPrimary"
app:layout_constraintBottom_toTopOf="@+id/orderIdView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
@@ -113,6 +114,7 @@
<TextView
android:id="@+id/orderIdView"
style="@style/TransactionLabel"
+ android:layout_marginBottom="16dp"
android:text="@string/transaction_order_id"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"