Skip to content

Commit

Permalink
Add more spacing around the wide variant of dual pods widgets
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Cheung <[email protected]>
  • Loading branch information
Ricky Cheung authored and d4rken committed Jul 12, 2024
1 parent aa38f58 commit fbcd595
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/res/layout/widget_pod_dual_wide_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="8dp"
android:layout_marginBottom="4dp"
android:orientation="horizontal">

<LinearLayout
Expand Down Expand Up @@ -118,7 +120,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="8dp"
android:layout_marginTop="4dp"
android:layout_marginBottom="8dp"
android:gravity="center"
android:textSize="12sp"
android:textStyle="bold"
Expand Down

0 comments on commit fbcd595

Please sign in to comment.