[Cleanup] Removed useless parent

This commit is contained in:
Prathamesh More 2021-11-28 22:27:45 +05:30
parent 6ae4c3cae4
commit d6ce7005f8
2 changed files with 138 additions and 150 deletions

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="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
@ -94,5 +90,4 @@
tools:tint="@color/ate_secondary_text_light" />
</LinearLayout>
</LinearLayout>
</FrameLayout>
</LinearLayout>

View file

@ -1,19 +1,13 @@
<?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"
android:orientation="vertical"
android:paddingStart="24dp"
android:paddingEnd="24dp"
android:paddingBottom="32dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:orientation="vertical"
tools:ignore="MissingPrefix">
<FrameLayout
android:id="@+id/volumeFragmentContainer"
android:layout_width="match_parent"
@ -78,5 +72,4 @@
android:paddingBottom="8dp"
android:textSize="12sp"
tools:text="@tools:sample/lorem/random" />
</LinearLayout>
</FrameLayout>
</LinearLayout>