version:2.0.3

bugfixes:
update:改为横屏,增加隐私协议
This commit is contained in:
2025-05-28 15:40:46 +08:00
parent 5a2552c3b4
commit 7ba6544143
64 changed files with 388 additions and 8800 deletions

View File

@@ -108,13 +108,14 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/iv_wifi"
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
<com.uiui.zyos.view.BatteryView
android:id="@+id/batteryView"
android:layout_width="@dimen/dp_30"
android:layout_height="@dimen/dp_10"
android:layout_marginStart="@dimen/dp_4"
android:layout_marginStart="@dimen/dp_2"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@+id/constraintLayout14"
app:layout_constraintTop_toTopOf="parent" />