summaryrefslogtreecommitdiff
path: root/app/src/main/res
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
parentdc3e58a18896d24d876dd004cd98243d9b6dec0d (diff)
downloadAntennaPod-b290402f8f14b91def077146d3c4b2f93afd309e.zip
Update plugins
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout-sw720dp/main.xml3
-rw-r--r--app/src/main/res/layout/main.xml5
2 files changed, 6 insertions, 2 deletions
diff --git a/app/src/main/res/layout-sw720dp/main.xml b/app/src/main/res/layout-sw720dp/main.xml
index 79b7213e0..1ce9b973f 100644
--- a/app/src/main/res/layout-sw720dp/main.xml
+++ b/app/src/main/res/layout-sw720dp/main.xml
@@ -5,7 +5,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="horizontal"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ tools:viewBindingIgnore="true">
<FrameLayout
android:id="@+id/navDrawerFragment"
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"