From c03d7ef5a5f50f3bad79adeb8b6484c7b7de1eec Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 28 May 2020 21:40:22 +0200 Subject: [PATCH] show the widget background at full height --- app/src/main/res/layout/widget.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/widget.xml b/app/src/main/res/layout/widget.xml index 7b56613b..c723d9ec 100644 --- a/app/src/main/res/layout/widget.xml +++ b/app/src/main/res/layout/widget.xml @@ -8,10 +8,10 @@ android:id="@+id/notes_widget_background" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_alignBottom="@+id/notes_widget_listview" android:layout_alignParentStart="true" android:layout_alignParentTop="true" android:layout_alignParentEnd="true" + android:layout_alignParentBottom="true" android:src="@drawable/widget_round_background" />