Tweak dual pod widget.

Less padding to reduce cutoff chances and put the label at the type bottom as it's the least important info.
This commit is contained in:
darken
2023-05-16 09:00:58 +02:00
parent a10216520b
commit 2f9185efa7
2 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -57,8 +57,8 @@
<item name="android:theme">@style/Theme.Material3.DynamicColors.DayNight</item>
<item name="android:paddingStart">16dp</item>
<item name="android:paddingEnd">16dp</item>
<item name="android:paddingTop">8dp</item>
<item name="android:paddingBottom">8dp</item>
<item name="android:paddingTop">4dp</item>
<item name="android:paddingBottom">4dp</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:id">@id/widget_root</item>