5

I have a two xml Layout with only diference that one is defined - <androidx.fragment.app.FragmentContainerView and another - <fragment In AndroidStudio in the attached photo in first case i dont see the layout of another layout i refer to but in second case i see.

it's Android Studio 3.6.3 bug or definition matter and how ?

printscreen of the situation how i see it in Android Studio

 <fragment xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/fragment"
    android:name="com.example.tasktimer.MainActivityFragment"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:layout_behavior="@string/appbar_scrolling_view_behavior"
    tools:layout="@layout/a_fragment_main"/>
Vasile
  • 133
  • 7
  • Is this about the difference or the issue you're having? Your title seems to suggest one thing but your question another. – Henry Twist Apr 02 '21 at 13:17

0 Answers0