summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-15 13:47:40 -0300
committerTorsten Grote <t@grobox.de>2020-05-15 14:26:44 -0300
commit40ccf513c42736ff463a4815a24466d3b28e33a9 (patch)
tree96ac293fa037a970729b2842ce3d685c7ddac0b8 /wallet/src/main/res/layout
parent290b062b8fe121869381b2c59fd7b85ace21457d (diff)
downloadtaler-android-40ccf513c42736ff463a4815a24466d3b28e33a9.tar.gz
taler-android-40ccf513c42736ff463a4815a24466d3b28e33a9.tar.bz2
taler-android-40ccf513c42736ff463a4815a24466d3b28e33a9.zip
[wallet] show generic transaction titles in detail action bar
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/list_item_history.xml2
-rw-r--r--wallet/src/main/res/layout/list_item_transaction.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/wallet/src/main/res/layout/list_item_history.xml b/wallet/src/main/res/layout/list_item_history.xml
index 2fabe1d..bc94738 100644
--- a/wallet/src/main/res/layout/list_item_history.xml
+++ b/wallet/src/main/res/layout/list_item_history.xml
@@ -47,7 +47,7 @@
app:layout_constraintEnd_toStartOf="@+id/amount"
app:layout_constraintStart_toEndOf="@+id/icon"
app:layout_constraintTop_toTopOf="parent"
- tools:text="@string/transaction_payment" />
+ tools:text="@string/payment_title" />
<TextView
android:id="@+id/amount"
diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml
index a35ac30..34712a2 100644
--- a/wallet/src/main/res/layout/list_item_transaction.xml
+++ b/wallet/src/main/res/layout/list_item_transaction.xml
@@ -47,7 +47,7 @@
app:layout_constraintEnd_toStartOf="@+id/barrier"
app:layout_constraintStart_toEndOf="@+id/icon"
app:layout_constraintTop_toTopOf="parent"
- tools:text="@string/transaction_payment" />
+ tools:text="@string/payment_title" />
<TextView
android:id="@+id/extraInfoView"