mirror of
https://github.com/fankes/TSBattery.git
synced 2025-09-04 17:55:30 +08:00
Modify rename ui/view to ui/widget
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
@file:Suppress("SameParameterValue")
|
@file:Suppress("SameParameterValue")
|
||||||
|
|
||||||
package com.fankes.tsbattery.ui.view
|
package com.fankes.tsbattery.ui.widget
|
||||||
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.content.res.ColorStateList
|
import android.content.res.ColorStateList
|
@@ -286,7 +286,7 @@
|
|||||||
android:paddingRight="15dp"
|
android:paddingRight="15dp"
|
||||||
android:paddingBottom="15dp">
|
android:paddingBottom="15dp">
|
||||||
|
|
||||||
<com.fankes.tsbattery.ui.view.MaterialSwitch
|
<com.fankes.tsbattery.ui.widget.MaterialSwitch
|
||||||
android:id="@+id/disable_all_hook_switch"
|
android:id="@+id/disable_all_hook_switch"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="35dp"
|
android:layout_height="35dp"
|
||||||
@@ -326,7 +326,7 @@
|
|||||||
android:paddingTop="10dp"
|
android:paddingTop="10dp"
|
||||||
android:paddingRight="15dp">
|
android:paddingRight="15dp">
|
||||||
|
|
||||||
<com.fankes.tsbattery.ui.view.MaterialSwitch
|
<com.fankes.tsbattery.ui.widget.MaterialSwitch
|
||||||
android:id="@+id/qq_tim_protect_mode_switch"
|
android:id="@+id/qq_tim_protect_mode_switch"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="35dp"
|
android:layout_height="35dp"
|
||||||
@@ -360,7 +360,7 @@
|
|||||||
android:paddingRight="15dp"
|
android:paddingRight="15dp"
|
||||||
android:paddingBottom="15dp">
|
android:paddingBottom="15dp">
|
||||||
|
|
||||||
<com.fankes.tsbattery.ui.view.MaterialSwitch
|
<com.fankes.tsbattery.ui.widget.MaterialSwitch
|
||||||
android:id="@+id/qq_tim_core_service_switch"
|
android:id="@+id/qq_tim_core_service_switch"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="35dp"
|
android:layout_height="35dp"
|
||||||
@@ -379,7 +379,7 @@
|
|||||||
android:textColor="@color/colorTextDark"
|
android:textColor="@color/colorTextDark"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
|
||||||
<com.fankes.tsbattery.ui.view.MaterialSwitch
|
<com.fankes.tsbattery.ui.widget.MaterialSwitch
|
||||||
android:id="@+id/qq_tim_core_service_child_switch"
|
android:id="@+id/qq_tim_core_service_child_switch"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="35dp"
|
android:layout_height="35dp"
|
||||||
|
@@ -400,7 +400,7 @@
|
|||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<com.fankes.tsbattery.ui.view.MaterialSwitch
|
<com.fankes.tsbattery.ui.widget.MaterialSwitch
|
||||||
android:id="@+id/hide_icon_in_launcher_switch"
|
android:id="@+id/hide_icon_in_launcher_switch"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
Reference in New Issue
Block a user