From 883abbcef91eec1ae2359d4753fc06d9ac828460 Mon Sep 17 00:00:00 2001 From: Adeel Zafar Date: Fri, 16 Aug 2019 21:44:01 +0500 Subject: [PATCH] Remove id from constraintLayout in activity_zim_host --- app/src/main/res/layout/activity_zim_host.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/activity_zim_host.xml b/app/src/main/res/layout/activity_zim_host.xml index 2a25508d3..06d8974c2 100644 --- a/app/src/main/res/layout/activity_zim_host.xml +++ b/app/src/main/res/layout/activity_zim_host.xml @@ -3,7 +3,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" - android:id="@+id/constraintLayoutId" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"