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

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2019 Erik Duisters <e.duisters1@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.UserInterface.PluginSettingsActivity"
0016     android:fitsSystemWindows="true">
0017 
0018     <include layout="@layout/toolbar" android:id="@+id/toolbar_layout" />
0019 
0020     <FrameLayout
0021         xmlns:android="http://schemas.android.com/apk/res/android"
0022         android:id="@+id/fragmentPlaceHolder"
0023         android:layout_width="match_parent"
0024         android:layout_height="match_parent"
0025         app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
0026 </androidx.coordinatorlayout.widget.CoordinatorLayout>