Warning, /network/kdeconnect-android/res/layout/toolbar.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 <com.google.android.material.appbar.AppBarLayout
0010     xmlns:android="http://schemas.android.com/apk/res/android"
0011     xmlns:tools="http://schemas.android.com/tools"
0012     android:layout_height="wrap_content"
0013     android:layout_width="match_parent"
0014     android:fitsSystemWindows="true">
0015 
0016     <com.google.android.material.appbar.MaterialToolbar
0017         android:id="@+id/toolbar"
0018         android:layout_width="match_parent"
0019         android:layout_height="?attr/actionBarSize"
0020         tools:title="@string/kde_connect"/>
0021 </com.google.android.material.appbar.AppBarLayout>