diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-07-22 16:48:48 -0400 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-07-22 16:48:48 -0400 |
commit | b290402f8f14b91def077146d3c4b2f93afd309e (patch) | |
tree | f3cc7acbdb15ac3cc76578899a3f2dc6b88a6201 /app/src/main/res/layout-sw720dp | |
parent | dc3e58a18896d24d876dd004cd98243d9b6dec0d (diff) | |
download | AntennaPod-b290402f8f14b91def077146d3c4b2f93afd309e.zip |
Update plugins
Diffstat (limited to 'app/src/main/res/layout-sw720dp')
-rw-r--r-- | app/src/main/res/layout-sw720dp/main.xml | 3 |
1 files changed, 2 insertions, 1 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" |