应用签名校验模块测试完成。

This commit is contained in:
2026-01-23 03:09:19 +08:00
parent 7eed7357f0
commit 6e34ee73e9
8 changed files with 65 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="16dp"
@@ -19,7 +19,7 @@
<!-- 地址输入框 -->
<EditText
android:id="@+id/et_host_input"
android:layout_width="match_parent"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:hint="请输入服务器地址如http://localhost:8080"
android:textSize="14sp"