Warning, /network/kdeconnect-android/res/layout/activity_licenses.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 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 xmlns:android="http://schemas.android.com/apk/res/android"
0010     android:layout_width="match_parent"
0011     android:layout_height="match_parent"
0012     xmlns:tools="http://schemas.android.com/tools"
0013     xmlns:app="http://schemas.android.com/apk/res-auto"
0014     android:fitsSystemWindows="true"
0015     tools:context="org.kde.kdeconnect.UserInterface.About.LicensesActivity">
0016 
0017     <include layout="@layout/toolbar" android:id="@+id/toolbar_layout" />
0018 
0019     <androidx.recyclerview.widget.RecyclerView
0020         android:id="@+id/licenses_text"
0021         app:layout_behavior="@string/appbar_scrolling_view_behavior"
0022         android:layout_width="match_parent"
0023         android:layout_height="match_parent" />
0024 </androidx.coordinatorlayout.widget.CoordinatorLayout>