From 1c667e4efa68da3f99ae37110a05a1507c374e7d Mon Sep 17 00:00:00 2001 From: Janne Koschinski <janne@kuschku.de> Date: Sun, 9 Dec 2018 20:08:32 +0100 Subject: [PATCH] Fixes lint issues --- app/src/main/res/layout/preferences_whitelist.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/res/layout/preferences_whitelist.xml b/app/src/main/res/layout/preferences_whitelist.xml index 75b961723..bec7bb789 100644 --- a/app/src/main/res/layout/preferences_whitelist.xml +++ b/app/src/main/res/layout/preferences_whitelist.xml @@ -23,8 +23,7 @@ android:layout_height="match_parent" android:orientation="vertical"> - <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" + <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> -- GitLab