语言中英文完善

This commit is contained in:
fengjignqi
2026-06-09 10:50:23 +08:00
parent e040be11c3
commit 77f6001a31
21 changed files with 41 additions and 22 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="5dp"/>
<solid android:color="@color/white"/>
<solid android:color="@color/deviceControlItemColor"/>
<stroke android:color="@color/color_ebebeb" android:width="@dimen/dp_0_5"/>
</shape>

View File

@@ -183,10 +183,11 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/dp_10"
android:paddingVertical="@dimen/dp_6"
android:orientation="horizontal"
android:background="@drawable/shape_f9f9f9_corner_5"
android:layout_marginHorizontal="@dimen/dp_20">
android:layout_marginHorizontal="@dimen/dp_10">
<TextView
android:id="@+id/tv_work_duartion"
android:layout_width="match_parent"

View File

@@ -17,7 +17,7 @@
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:textSize="14sp"
android:textColor="@color/color_838080"
android:textColor="@color/textPrimaryColor"
android:text="30min"/>
</RelativeLayout>
</LinearLayout>

View File

@@ -55,7 +55,7 @@
android:layout_height="@dimen/dp_20"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:src="@mipmap/icon_mine_settings"
android:src="@drawable/icon_mine_settings"
android:layout_marginRight="@dimen/dp_20"
android:visibility="gone"/>
</RelativeLayout>

View File

@@ -12,7 +12,7 @@
android:layout_width="22dp"
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:src="@mipmap/img_back_black"
android:src="@drawable/img_back_black"
android:layout_marginLeft="@dimen/dp_10"/>
<TextView
android:id="@+id/tv_title"
@@ -55,7 +55,7 @@
android:layout_height="@dimen/dp_20"
android:layout_centerVertical="true"
android:layout_alignParentRight="true"
android:src="@mipmap/icon_mine_settings"
android:src="@drawable/icon_mine_settings"
android:layout_marginRight="@dimen/dp_20"
android:visibility="gone"/>
</RelativeLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 601 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B

View File

@@ -8,4 +8,5 @@
<color name="textPrimaryColor">#E0E0E0</color>
<color name="color_subtitle">#E0E0E0</color>
<color name="text_hint_theme_color">#303030</color>
<color name="deviceControlItemColor">#878787</color>
</resources>

View File

@@ -8,6 +8,7 @@
<color name="text_hint_theme_color">#838080</color>
<color name="color_subtitle">#666666</color>
<color name="color_gray_theme">#F9F9F9</color>
<color name="deviceControlItemColor">#FFFFFF</color>