2019-10-27 23:37:40 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-06-05 12:21:15 +02:00
|
|
|
|
|
|
|
<!--
|
|
|
|
SPDX-FileCopyrightText: 2023 Albert Vaca Cintora <albertvaka@gmail.com>
|
|
|
|
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
|
|
-->
|
|
|
|
|
2020-07-08 11:03:04 +05:30
|
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
2021-03-07 10:55:47 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2019-10-27 23:37:40 +01:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
2020-07-08 11:03:04 +05:30
|
|
|
android:clickable="false"
|
2023-08-21 16:11:29 +02:00
|
|
|
android:focusable="false"
|
2019-10-27 23:37:40 +01:00
|
|
|
android:drawablePadding="8dp"
|
|
|
|
android:paddingTop="16dp"
|
|
|
|
android:paddingBottom="12dp"
|
2021-03-07 10:55:47 +00:00
|
|
|
android:paddingLeft="16dip"
|
|
|
|
android:paddingRight="16dip"
|
|
|
|
android:text="@string/on_non_trusted_message"
|
|
|
|
app:drawableStartCompat="@drawable/ic_warning"
|
|
|
|
app:drawableLeftCompat="@drawable/ic_warning">
|
2019-10-27 23:37:40 +01:00
|
|
|
|
|
|
|
</TextView>
|