From 0c784994e501a40eafa0f537c270a701055d4b76 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sat, 9 Jun 2018 02:04:00 +0200
Subject: [PATCH] Fixes lint warnings

---
 app/src/main/res/layout/fragment_info_core.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/src/main/res/layout/fragment_info_core.xml b/app/src/main/res/layout/fragment_info_core.xml
index 45a2928c5..4b7330b75 100644
--- a/app/src/main/res/layout/fragment_info_core.xml
+++ b/app/src/main/res/layout/fragment_info_core.xml
@@ -121,6 +121,7 @@
       android:layout_width="match_parent"
       android:layout_height="wrap_content"
       android:nestedScrollingEnabled="false"
+      tools:ignore="UnusedAttribute"
       tools:listitem="@layout/widget_client" />
 
   </LinearLayout>
-- 
GitLab