Rename smart widget -> clock widget

This commit is contained in:
MM20
2021-12-15 18:59:49 +01:00
parent f591506b07
commit 5ff244dd1b
4 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -137,8 +137,8 @@
android:src="@drawable/ic_arrow_up"
android:tint="#fff" />
<de.mm20.launcher2.ui.legacy.widget.SmartWidget
android:id="@+id/smartWidget"
<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" />
+2 -2
View File
@@ -2,7 +2,7 @@
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/smartWidgetContainer"
android:id="@+id/clockWidgetContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
@@ -10,7 +10,7 @@
android:clipToPadding="false">
<FrameLayout
android:id="@+id/smartWidgetDivider"
android:id="@+id/clockWidgetDivider"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"