From 19d944c18e2ab8813e81a4eed635522f8007a65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Sat, 28 Dec 2019 21:57:13 +0100 Subject: [PATCH] Ooops, other folder item layouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Vágner --- app/src/main/res/layout/item_folder_select.xml | 3 +-- app/src/main/res/layout/item_folder_unselectable.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/item_folder_select.xml b/app/src/main/res/layout/item_folder_select.xml index bed5b3993c..678773ecec 100644 --- a/app/src/main/res/layout/item_folder_select.xml +++ b/app/src/main/res/layout/item_folder_select.xml @@ -36,7 +36,6 @@ android:id="@+id/ivType" android:layout_width="24dp" android:layout_height="24dp" - android:contentDescription="@string/title_legend_folder_type" app:layout_constraintBottom_toBottomOf="@id/ibExpander" app:layout_constraintStart_toEndOf="@id/ibExpander" app:layout_constraintTop_toTopOf="@id/ibExpander" @@ -58,4 +57,4 @@ app:layout_constraintStart_toEndOf="@id/ivType" app:layout_constraintTop_toTopOf="@id/ibExpander" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/item_folder_unselectable.xml b/app/src/main/res/layout/item_folder_unselectable.xml index cef1f2a1da..902cc83f1c 100644 --- a/app/src/main/res/layout/item_folder_unselectable.xml +++ b/app/src/main/res/layout/item_folder_unselectable.xml @@ -27,7 +27,6 @@ android:layout_width="24dp" android:layout_height="24dp" android:layout_marginStart="6dp" - android:contentDescription="@string/title_legend_connection_state" android:visibility="invisible" app:layout_constraintBottom_toBottomOf="@+id/tvName" app:layout_constraintStart_toEndOf="@id/vwColor" @@ -72,4 +71,4 @@ app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file +