This commit is contained in:
马增飞
2025-12-03 09:44:37 +08:00
parent 6d1b997145
commit aff3d5cc69
9 changed files with 517 additions and 82 deletions
@@ -29,6 +29,14 @@
android:textColor="@color/black"
android:textSize="28sp" />
<Button
android:id="@+id/btnFind"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="10dp"
android:textSize="12sp"
android:layout_gravity="end|center_vertical"
android:text="查找1001指令"/>
</FrameLayout>
<androidx.recyclerview.widget.RecyclerView
+8 -8
View File
@@ -48,14 +48,14 @@
</FrameLayout>
<EditText
android:id="@+id/etInputCmdPrefix"
android:layout_width="match_parent"
android:layout_height="60dp"
android:hint="请输入命令"
android:maxLines="1"
android:text=""
android:textSize="22sp" />
<!-- <EditText-->
<!-- android:id="@+id/etInputCmdPrefix"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="60dp"-->
<!-- android:hint="请输入命令"-->
<!-- android:maxLines="1"-->
<!-- android:text=""-->
<!-- android:textSize="22sp" />-->
<EditText
android:id="@+id/etInputCmd"