From 051d8c535fcbc47e68bce8df27bb37c02a96c8ed Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 3 Aug 2023 19:24:59 +0200 Subject: [PATCH] Small layout improvement --- app/src/main/res/layout/widget_sync.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/widget_sync.xml b/app/src/main/res/layout/widget_sync.xml index e13ed8838b..d3b832ab1d 100644 --- a/app/src/main/res/layout/widget_sync.xml +++ b/app/src/main/res/layout/widget_sync.xml @@ -19,7 +19,7 @@ android:layout_height="wrap_content" android:adjustViewBounds="true" android:contentDescription="@string/title_widget_title_sync" - android:scaleType="fitXY" + android:scaleType="fitCenter" android:src="@drawable/twotone_sync_disabled_24" /> \ No newline at end of file