mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
app: remove unnecessary layout nesting
This commit is contained in:
parent
4f2383dd88
commit
fc662bfd25
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue