Warning, /network/kdeconnect-android/res/layout-w820dp/activity_main.xml is written in an unsupported language. File is not indexed.

0001 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
0002     xmlns:app="http://schemas.android.com/apk/res-auto"
0003     xmlns:tools="http://schemas.android.com/tools"
0004     android:layout_width="match_parent"
0005     android:layout_height="match_parent"
0006     android:fitsSystemWindows="true">
0007 
0008     <com.google.android.material.navigation.NavigationView
0009         android:id="@+id/navigation_drawer"
0010         android:layout_width="wrap_content"
0011         android:layout_height="match_parent"
0012         android:layout_gravity="start"
0013         app:headerLayout="@layout/nav_header" />
0014 
0015     <androidx.coordinatorlayout.widget.CoordinatorLayout
0016         android:id="@+id/coordinatorLayout"
0017         android:layout_height="match_parent"
0018         android:layout_width="match_parent"
0019         tools:context="org.kde.kdeconnect.UserInterface.MainActivity"
0020         android:fitsSystemWindows="true">
0021 
0022         <include layout="@layout/toolbar" android:id="@+id/toolbar_layout" />
0023 
0024         <FrameLayout
0025             android:id="@+id/container"
0026             android:descendantFocusability="afterDescendants"
0027             android:layout_width="match_parent"
0028             android:layout_height="match_parent"
0029             app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
0030 
0031     </androidx.coordinatorlayout.widget.CoordinatorLayout>
0032 </LinearLayout>