Warning, /network/kdeconnect-android/res/layout/privacy_options.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2018 Alex Kovrigin <a.kovrigin0@gmail.com>
0005 
0006 SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0007 -->
0008 
0009 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
0010     android:layout_width="match_parent"
0011     android:layout_height="match_parent"
0012     android:orientation="vertical">
0013 
0014     <CheckBox
0015         android:id="@+id/checkbox_contents"
0016         android:layout_width="match_parent"
0017         android:layout_height="wrap_content"
0018         android:text="@string/block_notification_contents" />
0019 
0020     <CheckBox
0021         android:id="@+id/checkbox_images"
0022         android:layout_width="match_parent"
0023         android:layout_height="wrap_content"
0024         android:text="@string/block_notification_images" />
0025 </LinearLayout>