适配黑色主题,调整细节14:26

This commit is contained in:
fengjignqi
2026-06-06 14:26:38 +08:00
parent e0249fa0fa
commit e9c17d355a
15 changed files with 11 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 901 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -104,7 +104,8 @@
android:textSize="20sp"
android:textColor="@color/textPrimaryColor"
android:text="进度"
android:textStyle="bold"/>
android:textStyle="bold"
android:visibility="gone"/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_wifi_list"

View File

@@ -10,8 +10,8 @@
android:paddingRight="@dimen/dp_20">
<ImageView
android:id="@+id/iv_image"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_width="@dimen/dp_32"
android:layout_height="@dimen/dp_21"
android:scaleType="fitCenter"/>
<TextView
android:id="@+id/tv_text"

View File

@@ -18,7 +18,7 @@
android:layout_weight="1"
android:layout_marginStart="@dimen/dp_12"
android:layout_gravity="center_vertical"
android:textColor="@color/color_333333"
android:textColor="@color/textPrimaryColor"
android:textSize="15sp"
android:maxLines="1"
android:ellipsize="end" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 639 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 898 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB