Rename smart widget -> clock widget
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user