暗黑模式

This commit is contained in:
pengxiaolong
2026-01-16 18:20:16 +08:00
parent 673b4491d7
commit 066cea19df
132 changed files with 457 additions and 133 deletions

View File

@@ -8,17 +8,21 @@
android:background="#F6F7FB"
tools:context=".ui.home.myotherpages.PersonalSettings">
<!-- 内容 -->
<androidx.core.widget.NestedScrollView
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/swipeRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:overScrollMode="never">
<LinearLayout
android:layout_height="match_parent">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:background="#F8F8F8"
android:orientation="vertical">
android:layout_height="match_parent"
android:fillViewport="true"
android:overScrollMode="never">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
android:background="#F8F8F8"
android:orientation="vertical">
<!-- 标题和返回 -->
<LinearLayout
android:layout_width="match_parent"
@@ -239,6 +243,7 @@
android:textStyle="bold"
android:background="@drawable/settings"/>
<!-- ````````` -->
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>