Skip to content

Commit c03d7ef

Browse files
committed
show the widget background at full height
1 parent d64f9d8 commit c03d7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/layout/widget.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
android:id="@+id/notes_widget_background"
99
android:layout_width="wrap_content"
1010
android:layout_height="wrap_content"
11-
android:layout_alignBottom="@+id/notes_widget_listview"
1211
android:layout_alignParentStart="true"
1312
android:layout_alignParentTop="true"
1413
android:layout_alignParentEnd="true"
14+
android:layout_alignParentBottom="true"
1515
android:src="@drawable/widget_round_background" />
1616

1717
<ListView

0 commit comments

Comments
 (0)