mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-10-05 16:12:42 +02:00
Changed command widget minimum width to 120dp to allow for smaller widget.
This commit is contained in:
committed by
Albert Vaca Cintora
parent
388b6f5a20
commit
90ff6df189
@@ -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"
|
||||
|
Reference in New Issue
Block a user