Warning, /network/kdeconnect-android/res/layout/pairing_explanation_text_no_wifi.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 xmlns:android="http://schemas.android.com/apk/res/android"
0010     xmlns:app="http://schemas.android.com/apk/res-auto"
0011     android:layout_width="match_parent"
0012     android:layout_height="wrap_content"
0013     android:background="?attr/selectableItemBackground"
0014     android:clickable="true"
0015     android:focusable="true"
0016     android:drawablePadding="8dp"
0017     android:paddingTop="16dp"
0018     android:paddingBottom="12dp"
0019     android:paddingLeft="16dp"
0020     android:paddingRight="16dp"
0021     android:text="@string/no_wifi"
0022     app:drawableStartCompat="@drawable/ic_wifi"
0023     app:drawableLeftCompat="@drawable/ic_wifi">
0024 
0025 </TextView>