From 62c28b219a85aa3074356e1e49e92e30c1166c3b Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 7 Nov 2021 22:45:29 +0100 Subject: tweak log item cell, get rid of DividerItemDecorator and use simple view as separator per cell, fixes cell height and text positioning issues --- app/src/main/res/layout/v_log_item.xml | 41 ++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 14 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/v_log_item.xml b/app/src/main/res/layout/v_log_item.xml index c3039f46..713c3b1f 100644 --- a/app/src/main/res/layout/v_log_item.xml +++ b/app/src/main/res/layout/v_log_item.xml @@ -1,16 +1,29 @@ - \ No newline at end of file + android:layout_width="match_parent" + > + + + + -- cgit v1.2.3