Compare commits
2 Commits
positions-
...
positions-
| Author | SHA1 | Date | |
|---|---|---|---|
| f1a7313ac1 | |||
| 41492a2251 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Apr 11 00:18:11 HKT 2026
|
||||
stageCount=17
|
||||
#Sat Apr 11 02:20:27 HKT 2026
|
||||
stageCount=18
|
||||
libraryProject=
|
||||
baseVersion=15.12
|
||||
publishVersion=15.12.16
|
||||
publishVersion=15.12.17
|
||||
buildCount=0
|
||||
baseBetaVersion=15.12.17
|
||||
baseBetaVersion=15.12.18
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="输入任务描述"
|
||||
android:maxLines="1"
|
||||
android:textSize="14sp"/>
|
||||
android:textSize="14sp"
|
||||
android:lines="3"
|
||||
android:inputType="textMultiLine"/>
|
||||
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
@@ -77,7 +79,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 +87,6 @@
|
||||
android:text="Text"
|
||||
android:layout_weight="1.0"/>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
|
||||
Reference in New Issue
Block a user