Modify rename ui/view to ui/widget

This commit is contained in:
2023-01-27 00:07:41 +08:00
parent d74f5c4654
commit 3b174899bc
3 changed files with 12 additions and 12 deletions

View File

@@ -68,7 +68,7 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<com.fankes.miui.notify.ui.view.MaterialSwitch
<com.fankes.miui.notify.ui.widget.MaterialSwitch
android:id="@+id/adp_app_open_switch"
android:layout_width="wrap_content"
android:layout_height="30dp"
@@ -77,7 +77,7 @@
android:textColor="@color/colorTextGray"
android:textSize="13sp" />
<com.fankes.miui.notify.ui.view.MaterialSwitch
<com.fankes.miui.notify.ui.widget.MaterialSwitch
android:id="@+id/adp_app_all_switch"
android:layout_width="wrap_content"
android:layout_height="30dp"