diff --git a/app/src/main/java/com/tommasoberlose/anotherwidget/ui/widgets/MainWidget.kt b/app/src/main/java/com/tommasoberlose/anotherwidget/ui/widgets/MainWidget.kt index c76515a..4d0080f 100644 --- a/app/src/main/java/com/tommasoberlose/anotherwidget/ui/widgets/MainWidget.kt +++ b/app/src/main/java/com/tommasoberlose/anotherwidget/ui/widgets/MainWidget.kt @@ -847,8 +847,8 @@ class MainWidget : AppWidgetProvider() { v.action_previous.scaleX = Preferences.textMainSize / 28f v.action_previous.scaleY = Preferences.textMainSize / 28f - v.special_weather_icon.scaleX = Preferences.textMainSize / 20f - v.special_weather_icon.scaleY = Preferences.textMainSize / 20f + v.special_weather_icon.scaleX = Preferences.textMainSize / 18f + v.special_weather_icon.scaleY = Preferences.textMainSize / 18f // Shadows diff --git a/app/src/main/res/drawable/cloudy_weather_5_light.png b/app/src/main/res/drawable/cloudy_weather_5_light.png index 0d3f4d1..f01990c 100644 Binary files a/app/src/main/res/drawable/cloudy_weather_5_light.png and b/app/src/main/res/drawable/cloudy_weather_5_light.png differ diff --git a/app/src/main/res/layout/the_widget.xml b/app/src/main/res/layout/the_widget.xml index 0b65311..8569954 100644 --- a/app/src/main/res/layout/the_widget.xml +++ b/app/src/main/res/layout/the_widget.xml @@ -130,11 +130,12 @@ android:includeFontPadding="false" style="@style/AnotherWidget.Widget.Subtitle"/> + android:layout_marginEnd="4dp"/>