Warning, /network/kdeconnect-android/res/layout/pairing_explanation_text.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 Matthijs Tijink <matthijstijink@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <TextView
0010     xmlns:android="http://schemas.android.com/apk/res/android"
0011     android:layout_width="match_parent"
0012     android:layout_height="wrap_content"
0013     android:paddingTop="16dp"
0014     android:paddingBottom="12dp"
0015     android:paddingLeft="16dp"
0016     android:paddingRight="16dp"
0017     android:text="@string/pairing_description"
0018     android:clickable="false"
0019     android:focusable="false"
0020     android:background="@android:color/transparent"
0021     >
0022 
0023 </TextView>