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