From 217f11632492d9f63b6f810e2f38f50920bb4bde Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 17 Jun 2024 10:17:22 +0200 Subject: [PATCH] Hidden separator in accounts list cells --- .idea/other.xml | 263 ++++++++++++++++++ app/src/main/res/layout/account_list_cell.xml | 1 + 2 files changed, 264 insertions(+) create mode 100644 .idea/other.xml diff --git a/.idea/other.xml b/.idea/other.xml new file mode 100644 index 000000000..0d3a1fbb1 --- /dev/null +++ b/.idea/other.xml @@ -0,0 +1,263 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/account_list_cell.xml b/app/src/main/res/layout/account_list_cell.xml index 1ca0ba04e..a3b687d19 100644 --- a/app/src/main/res/layout/account_list_cell.xml +++ b/app/src/main/res/layout/account_list_cell.xml @@ -133,6 +133,7 @@ android:layout_height="1dp" android:layout_marginEnd="10dp" android:background="?attr/color_main2_200" + android:visibility="gone" app:layout_constraintStart_toStartOf="@id/name" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintBottom_toBottomOf="parent"/>