Warning, /network/kdeconnect-android/res/layout-v23/pairing_explanation_not_trusted.xml is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="utf-8"?> 0002 0003 <!-- 0004 SPDX-FileCopyrightText: 2023 Albert Vaca Cintora <albertvaka@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="false" 0015 android:focusable="false" 0016 android:drawablePadding="8dp" 0017 android:paddingTop="16dp" 0018 android:paddingBottom="12dp" 0019 android:paddingLeft="16dp" 0020 android:paddingRight="16dp" 0021 android:text="@string/on_non_trusted_message" 0022 app:drawableTint="?attr/colorControlNormal" 0023 app:drawableStartCompat="@drawable/ic_warning"> 0024 0025 </TextView>