Skip to content

Commit 14b6986

Browse files
committed
trying to fix grid widget duplicated items
1 parent e45f80b commit 14b6986

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/feature_widget/src/main/res/layout/widget_items_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:id="@+id/containerRowWidgets"
44
android:layout_width="match_parent"
5-
android:layout_height="match_parent"
5+
android:layout_height="0dp"
66
android:layout_weight="1"
77
android:baselineAligned="false"
88
android:orientation="horizontal">

0 commit comments

Comments
 (0)