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

0001 <?xml version="1.0" encoding="utf-8"?>
0002 
0003 <!--
0004 SPDX-FileCopyrightText: 2020 Anjani Kumar <anjanik012@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:orientation="vertical" android:layout_width="match_parent"
0011     android:layout_height="match_parent">
0012 
0013     <Button
0014         android:id="@+id/floating_button"
0015         android:layout_width="match_parent"
0016         android:layout_height="wrap_content"
0017         android:alpha="0"
0018         android:text="@string/pref_plugin_clipboard" />
0019 </LinearLayout>