From b2fe9c4f073523284c671bf8895a8412cd269518 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期二, 19 一月 2021 15:06:34 +0800 Subject: [PATCH] 完成灯光发送 --- app/src/main/res/layout/fragment_light_exam_list.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/fragment_light_exam_list.xml b/app/src/main/res/layout/fragment_light_exam_list.xml index d1c0f37..9874b67 100644 --- a/app/src/main/res/layout/fragment_light_exam_list.xml +++ b/app/src/main/res/layout/fragment_light_exam_list.xml @@ -72,7 +72,7 @@ android:layout_height="@dimen/ui_margin_50dp" android:textColor="@android:color/white" android:textSize="28sp" - android:text="鍙互鏇存崲鐨勯鐩�"/> + android:text="棰樼洰搴�"/> <androidx.recyclerview.widget.RecyclerView android:layout_width="match_parent" android:layout_height="match_parent" -- Gitblit v1.8.0