summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/main.xml
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-07-22 16:48:48 -0400
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-07-22 16:48:48 -0400
commitb290402f8f14b91def077146d3c4b2f93afd309e (patch)
treef3cc7acbdb15ac3cc76578899a3f2dc6b88a6201 /app/src/main/res/layout/main.xml
parentdc3e58a18896d24d876dd004cd98243d9b6dec0d (diff)
downloadAntennaPod-b290402f8f14b91def077146d3c4b2f93afd309e.zip
Update plugins
Diffstat (limited to 'app/src/main/res/layout/main.xml')
-rw-r--r--app/src/main/res/layout/main.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index 48195a176..4be48a271 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -6,8 +6,11 @@
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:ignore="InconsistentLayout">
+ tools:ignore="InconsistentLayout"
+ tools:viewBindingIgnore="true">
<!-- InconsistentLayout: Tablet layout does not have a drawer -->
+ <!-- viewBindingIgnore: Configurations for main.xml must
+ agree on the root element's ID -->
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/overview_coordinator_layout"