mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
app: remove unnecessary layout nesting
This commit is contained in:
@@ -3,16 +3,9 @@
|
||||
~ SPDX-License-Identifier: GPL-3.0-only
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<androidx.fragment.app.FragmentContainerView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/fragment_first_run"
|
||||
android:name="dev.msfjarvis.aps.ui.onboarding.fragments.WelcomeFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="?attr/colorPrimary"
|
||||
android:orientation="vertical">
|
||||
|
||||
<androidx.fragment.app.FragmentContainerView
|
||||
android:id="@+id/fragment_first_run"
|
||||
android:name="dev.msfjarvis.aps.ui.onboarding.fragments.WelcomeFragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:tag="welcome_fragment" />
|
||||
</LinearLayout>
|
||||
android:tag="welcome_fragment" />
|
||||
|
Reference in New Issue
Block a user