Remove useless parent

This commit is contained in:
Benoit Marty 2021-06-11 10:19:42 +02:00
parent 817675b454
commit bf4e005f39
2 changed files with 137 additions and 140 deletions

View file

@ -58,6 +58,9 @@
<!-- Manifest -->
<issue id="PermissionImpliesUnsupportedChromeOsHardware" severity="error" />
<!-- Performance -->
<issue id="UselessParent" severity="error" />
<!-- Dependencies -->
<issue id="KtxExtensionAvailable" severity="error" />

View file

@ -1,10 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
@ -164,5 +160,3 @@
</LinearLayout>
</LinearLayout>
</FrameLayout>