From d1ba9862c50f2b70df64981967f374f34c06f452 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sun, 17 May 2020 19:16:42 +0300 Subject: [PATCH] replace ContentFrameLayout with FrameLayout --- app/src/main/res/layout/transaction_list_row.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/transaction_list_row.xml b/app/src/main/res/layout/transaction_list_row.xml index 46391a2c..286ae901 100644 --- a/app/src/main/res/layout/transaction_list_row.xml +++ b/app/src/main/res/layout/transaction_list_row.xml @@ -17,9 +17,10 @@ ~ along with MoLe. If not, see . --> - @@ -157,4 +158,4 @@ - \ No newline at end of file + \ No newline at end of file -- 2.39.2