mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-06 00:23:01 +02:00
17 lines
524 B
XML
17 lines
524 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
SPDX-FileCopyrightText: 2018 Nicolas Fella <nicolas.fella@gmx.de>
|
|
|
|
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
|
-->
|
|
|
|
<appwidget-provider
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:minWidth="120dp"
|
|
android:minHeight="80dp"
|
|
android:initialLayout="@layout/widget_remotecommandplugin"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:previewImage="@drawable/remotecommand_widget_preview"
|
|
/>
|