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

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2021 Maxim Leshchenko <cnmaks90@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <androidx.coordinatorlayout.widget.CoordinatorLayout
0010     xmlns:android="http://schemas.android.com/apk/res/android"
0011     xmlns:app="http://schemas.android.com/apk/res-auto"
0012     android:layout_width="match_parent"
0013     android:layout_height="match_parent"
0014     xmlns:tools="http://schemas.android.com/tools"
0015     tools:context="org.kde.kdeconnect.Plugins.SharePlugin.ShareActivity">
0016 
0017     <include layout="@layout/toolbar" android:id="@+id/toolbar_layout" />
0018 
0019     <androidx.coordinatorlayout.widget.CoordinatorLayout
0020         app:layout_behavior="@string/appbar_scrolling_view_behavior"
0021         android:layout_height="match_parent"
0022         android:layout_width="match_parent">
0023 
0024         <include
0025             layout="@layout/devices_list"
0026             android:id="@+id/devices_list_layout" />
0027     </androidx.coordinatorlayout.widget.CoordinatorLayout>
0028 </androidx.coordinatorlayout.widget.CoordinatorLayout>