加入设置页面显示守护状态功能,加入新的省电 Hook 点

This commit is contained in:
2022-03-31 14:58:54 +08:00
parent e05c8fce30
commit 24346c056f
6 changed files with 219 additions and 46 deletions

View File

@@ -543,6 +543,25 @@
android:textColor="@color/colorTextDark"
android:textSize="12sp" />
<com.fankes.tsbattery.ui.view.MaterialSwitch
android:id="@+id/setting_module_tip_switch"
android:layout_width="match_parent"
android:layout_height="35dp"
android:layout_marginBottom="5dp"
android:text="设置页面显示守护状态"
android:textColor="@color/colorTextGray"
android:textSize="15sp" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:alpha="0.6"
android:lineSpacingExtra="6dp"
android:text="此功能仅支持 QQ、TIM开启后将会在宿主设置页面显示一个条目来展示激活状态与大部分 QQ、TIM 模块显示方式一致,建议保持开启以快速确定模块是否正常生效。"
android:textColor="@color/colorTextDark"
android:textSize="12sp" />
<com.fankes.tsbattery.ui.view.MaterialSwitch
android:id="@+id/notify_module_info_switch"
android:layout_width="match_parent"