[算路]
[添加排序和id搜索]
This commit is contained in:
yangyakun
2025-08-01 18:27:54 +08:00
parent 3c01de63ee
commit cac4c5e633
26 changed files with 539 additions and 30 deletions

View File

@@ -3,8 +3,14 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:background="@drawable/bone_bg">
android:layout_gravity="center">
<androidx.appcompat.widget.AppCompatImageView
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
android:src="@drawable/bone_bg"
android:layout_width="@dimen/dp_1046"
android:layout_height="match_parent"/>
<com.mogo.eagle.core.function.hmi.bone.BoneTopStatusLayout
android:id="@+id/boneTopStatusLayout"