2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

Changed command widget minimum width to 120dp to allow for smaller widget.

This commit is contained in:
Michael Centeno 2025-06-04 01:49:25 +00:00 committed by Albert Vaca Cintora
parent 388b6f5a20
commit 90ff6df189

View File

@ -8,7 +8,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="180dp"
android:minWidth="120dp"
android:minHeight="80dp"
android:initialLayout="@layout/widget_remotecommandplugin"
android:resizeMode="horizontal|vertical"