This commit is contained in:
2020-09-10 22:38:32 +08:00
parent 34b8ae06ab
commit 22fd760d55
136 changed files with 7495 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical">
<Button
android:textSize="30sp"
android:text="发送gps"
android:onClick="sendgps"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>