mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 18:07:55 +00:00
Changed command widget minimum width to 120dp to allow for smaller widget.
This commit is contained in:
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
|
<appwidget-provider
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:minWidth="180dp"
|
android:minWidth="120dp"
|
||||||
android:minHeight="80dp"
|
android:minHeight="80dp"
|
||||||
android:initialLayout="@layout/widget_remotecommandplugin"
|
android:initialLayout="@layout/widget_remotecommandplugin"
|
||||||
android:resizeMode="horizontal|vertical"
|
android:resizeMode="horizontal|vertical"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user