From bca790d381880b3077df0e37cf29b7a2f9e2266c Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 16 Mar 2020 14:48:02 -0300 Subject: Clean up history code and layout --- app/src/main/res/layout/history_row.xml | 91 --------------------------- app/src/main/res/layout/list_item_history.xml | 84 +++++++++++++++++++++++++ app/src/main/res/navigation/nav_graph.xml | 2 +- app/src/main/res/values/strings.xml | 2 +- 4 files changed, 86 insertions(+), 93 deletions(-) delete mode 100644 app/src/main/res/layout/history_row.xml create mode 100644 app/src/main/res/layout/list_item_history.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/history_row.xml b/app/src/main/res/layout/history_row.xml deleted file mode 100644 index e68e5a0..0000000 --- a/app/src/main/res/layout/history_row.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/app/src/main/res/layout/list_item_history.xml b/app/src/main/res/layout/list_item_history.xml new file mode 100644 index 0000000..06ffff2 --- /dev/null +++ b/app/src/main/res/layout/list_item_history.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml index f00d21c..0d7d870 100644 --- a/app/src/main/res/navigation/nav_graph.xml +++ b/app/src/main/res/navigation/nav_graph.xml @@ -55,7 +55,7 @@ diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 740a080..ac84c5d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -47,7 +47,7 @@ Payment History Received at - Ref. No: + Ref. No: %s Network Error -- cgit v1.2.3