适配黑色主题,调整细节

This commit is contained in:
fengjignqi
2026-06-06 10:47:02 +08:00
parent bc270205d0
commit e0249fa0fa
49 changed files with 262 additions and 94 deletions

View File

@@ -4,7 +4,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/mainBackgroundColor">
android:background="@color/color_gray_theme">
<RelativeLayout
android:id="@+id/rl_title"
android:layout_width="match_parent"
@@ -12,7 +12,7 @@
<include
android:id="@+id/included_title"
layout="@layout/include_activity_back_whitebg_layout" />
layout="@layout/include_activity_back_gray_layout" />
</RelativeLayout>
<TextView