From f4e6baeac2f440d5fa3a3998f5710f915e0384a1 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Sun, 6 Aug 2023 21:46:36 +0200 Subject: [PATCH] fix: Entry path style --- .../main/res/layout/item_list_nodes_entry.xml | 31 +++++++++++-------- app/src/main/res/values/styles.xml | 3 ++ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/item_list_nodes_entry.xml b/app/src/main/res/layout/item_list_nodes_entry.xml index 818d78d15..62fed6263 100644 --- a/app/src/main/res/layout/item_list_nodes_entry.xml +++ b/app/src/main/res/layout/item_list_nodes_entry.xml @@ -66,9 +66,7 @@ android:layout_marginEnd="12dp" android:layout_marginRight="12dp" android:orientation="vertical" - android:paddingTop="4dp" - android:paddingBottom="4dp" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@+id/node_path" app:layout_constraintEnd_toStartOf="@+id/node_options" app:layout_constraintLeft_toRightOf="@+id/node_icon" app:layout_constraintRight_toLeftOf="@+id/node_options" @@ -102,15 +100,6 @@ android:lines="1" android:singleLine="true" tools:text="7543A7EAB2EA7CFD1394F1615EBEB08C" /> - - @@ -173,5 +162,21 @@ + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index cef0b2d4e..b597b998a 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -430,6 +430,9 @@ @color/text_primary_color 11sp +