夜间模式UI调整

This commit is contained in:
fengjignqi
2026-05-17 15:09:25 +08:00
parent b420d1b5e6
commit 8311026790
38 changed files with 413 additions and 72 deletions

View File

@@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/mainBackgroundColor">
<RelativeLayout
android:id="@+id/rl_title"
android:layout_width="match_parent"
@@ -10,7 +11,7 @@
<include
android:id="@+id/included_title"
layout="@layout/include_activity_back_layout" />
layout="@layout/include_activity_back_whitebg_layout" />
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"