Add clock widget customizations

This commit is contained in:
MM20
2022-01-09 00:54:15 +01:00
parent eebffa333e
commit ed11330674
21 changed files with 584 additions and 304 deletions
+1 -7
View File
@@ -129,16 +129,10 @@
android:paddingTop="8dp"
android:orientation="vertical">
<Space
android:id="@+id/widgetSpacer"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<de.mm20.launcher2.ui.legacy.widget.ClockWidget
android:id="@+id/clockWidget"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp" />
android:layout_height="match_parent" />
<com.jmedeisis.draglinearlayout.DragLinearLayout
android:animateLayoutChanges="true"