update 補充翻譯

This commit is contained in:
2024-03-22 09:46:41 +08:00
parent d39facbcc7
commit 04980cbb2f
11 changed files with 27 additions and 22 deletions

View File

@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="97dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/background_d5_white"
android:gravity="center"
android:gravity="start"
android:orientation="vertical">
<LinearLayout
android:id="@+id/lt_remarks"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
@@ -42,7 +42,7 @@
<LinearLayout
android:id="@+id/lt_report"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
@@ -75,7 +75,7 @@
<LinearLayout
android:id="@+id/lt_black"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginEnd="10dp"
@@ -93,7 +93,7 @@
android:layout_width="wrap_content"
android:layout_height="40dp"
android:gravity="center"
android:text="@string/black"
android:text="@string/black_add"
android:textColor="@color/black1"
android:textSize="13sp"
android:textStyle="bold" />