From 40ccf513c42736ff463a4815a24466d3b28e33a9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 15 May 2020 13:47:40 -0300 Subject: [wallet] show generic transaction titles in detail action bar --- wallet/src/main/res/layout/list_item_history.xml | 2 +- wallet/src/main/res/layout/list_item_transaction.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wallet/src/main/res/layout') 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" /> + tools:text="@string/payment_title" />