修改中英文

This commit is contained in:
18401019693
2023-10-12 14:26:10 +08:00
parent 7bedf93dd5
commit e081f1e058
18 changed files with 119 additions and 70 deletions

View File

@@ -30,7 +30,7 @@
<TextView
android:id="@+id/switch1_desc_text"
android:layout_width="330dp"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:ellipsize="end"
@@ -59,7 +59,7 @@
<TextView
android:id="@+id/switch2_title_text"
android:layout_width="290dp"
android:layout_width="270dp"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:ellipsize="end"
@@ -110,7 +110,7 @@
android:layout_width="match_parent"
android:layout_height="250dp"
android:gravity="center"
android:text="您目前還未設置整蠱內容"
android:text="@string/prank_content_yet_hint"
android:textColor="#BFBFBF"
android:visibility="gone" />
</LinearLayout>