添加定位加权平均算法

This commit is contained in:
ZhanGSKen
2025-03-11 11:02:57 +08:00
parent 4fd636090e
commit 8ba0c3937d
4 changed files with 122 additions and 30 deletions

View File

@@ -10,14 +10,31 @@
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical">
android:gravity="center_vertical"
android:layout_weight="1.0">
<TextView
<LinearLayout
android:orientation="vertical"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="fragment_positions"
android:layout_weight="1.0"
android:id="@+id/current_position_tv"/>
android:layout_weight="1.0">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/wifi_position_tv"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/gps_position_tv"/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/fuse_position_tv"/>
</LinearLayout>
<Button
android:layout_width="wrap_content"