From 93b43b1f91e14535560419a6066cb3be3b4cadb2 Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Thu, 2 Apr 2020 11:51:03 +0200 Subject: [PATCH] remove unused namespace declarations --- app/src/main/res/layout/item_event.xml | 1 - app/src/main/res/layout/item_schedule_event.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/app/src/main/res/layout/item_event.xml b/app/src/main/res/layout/item_event.xml index 0fa42b5..c987ef3 100644 --- a/app/src/main/res/layout/item_event.xml +++ b/app/src/main/res/layout/item_event.xml @@ -3,7 +3,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" - xmlns:app="http://schemas.android.com/apk/res-auto" android:background="?attr/selectableItemBackground" android:focusable="true" android:foreground="@drawable/activated_background" diff --git a/app/src/main/res/layout/item_schedule_event.xml b/app/src/main/res/layout/item_schedule_event.xml index 669b195..5946a36 100644 --- a/app/src/main/res/layout/item_schedule_event.xml +++ b/app/src/main/res/layout/item_schedule_event.xml @@ -1,6 +1,5 @@