From ae9b8e6796ec864decdc224e8172bca932f5980f Mon Sep 17 00:00:00 2001 From: Nishith Khanna Date: Mon, 25 Apr 2022 18:43:03 +0530 Subject: [PATCH] Weather widget: increase bottom margin --- app/src/main/res/layout/layout_weather_info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/layout_weather_info.xml b/app/src/main/res/layout/layout_weather_info.xml index 030c2ecc77..3449ff4bc4 100644 --- a/app/src/main/res/layout/layout_weather_info.xml +++ b/app/src/main/res/layout/layout_weather_info.xml @@ -143,7 +143,7 @@ android:layout_marginStart="16dp" android:layout_marginTop="8dp" android:layout_marginEnd="16dp" - android:layout_marginBottom="8dp" + android:layout_marginBottom="25dp" android:fadingEdgeLength="12dp" android:requiresFadingEdge="horizontal" android:scrollbars="none"> -- GitLab