From 213e42d82d360cdf7f5632782a9a0cb879c1b4f5 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 22 Oct 2021 23:36:34 +0200 Subject: show tor and snowflake connection status in provider setup screens --- app/src/main/res/layout/v_log_item.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/src/main/res/layout/v_log_item.xml (limited to 'app/src/main/res/layout/v_log_item.xml') diff --git a/app/src/main/res/layout/v_log_item.xml b/app/src/main/res/layout/v_log_item.xml new file mode 100644 index 00000000..c3039f46 --- /dev/null +++ b/app/src/main/res/layout/v_log_item.xml @@ -0,0 +1,16 @@ + \ No newline at end of file -- cgit v1.2.3 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/v_log_item.xml') 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