We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e45f80b commit 14b6986Copy full SHA for 14b6986
1 file changed
features/feature_widget/src/main/res/layout/widget_items_layout.xml
@@ -2,7 +2,7 @@
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:id="@+id/containerRowWidgets"
4
android:layout_width="match_parent"
5
- android:layout_height="match_parent"
+ android:layout_height="0dp"
6
android:layout_weight="1"
7
android:baselineAligned="false"
8
android:orientation="horizontal">
0 commit comments