feat: v3.0.7 UI优化和功能改进
✨ UI优化: - 新增CustomSwitch自定义开关组件(黄色/黑色Material Design) - 优化电量百分比显示(16sp字号,距离闪电图标2dp) - 隐藏壁纸功能,精简设置页面 🔒 安全增强: - 启用v1/v2/v3/v4多重签名保护 - 提升应用安全性和兼容性 🔧 改进优化: - 修复设置页面开关组件问题 - 优化内存使用 - 提升播放稳定性
This commit is contained in:
@@ -205,12 +205,14 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<!-- 壁纸功能已隐藏 -->
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
android:visibility="gone">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/wall"
|
||||
|
||||
Reference in New Issue
Block a user