diff --git a/plugins/main/src/main/res/layout/overview_fragment.xml b/plugins/main/src/main/res/layout/overview_fragment.xml index a55025674e..d55930675a 100644 --- a/plugins/main/src/main/res/layout/overview_fragment.xml +++ b/plugins/main/src/main/res/layout/overview_fragment.xml @@ -28,11 +28,9 @@ android:id="@+id/loop_layout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="4dp" - android:layout_marginEnd="4dp" android:orientation="horizontal" > - - @@ -68,7 +72,7 @@ android:layout_height="wrap_content" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" - android:layout_marginTop="1dp" + android:layout_marginTop="4dp" app:cardCornerRadius="4dp" app:contentPadding="2dp" app:cardElevation="2dp"