在位置任务数据项里,添加普通沙漏模拟控件雏形,沙漏控件用于任务定时触发场景。

This commit is contained in:
ZhanGSKen
2025-11-10 08:59:33 +08:00
parent 74f685e07d
commit 55d72c3f82
4 changed files with 301 additions and 4 deletions

View File

@@ -65,6 +65,16 @@
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<cc.winboll.studio.positions.views.HourglassView
android:id="@+id/hourglassView"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
@@ -77,7 +87,7 @@
android:layout_height="wrap_content"
android:text="开始时间"
android:id="@+id/btn_select_time"/>
<TextView
android:id="@+id/tv_selected_time"
android:layout_width="0dp"
@@ -85,7 +95,6 @@
android:text="Text"
android:layout_weight="1.0"/>
</LinearLayout>
<LinearLayout