Compare commits
4 Commits
positions-
...
positions-
| Author | SHA1 | Date | |
|---|---|---|---|
| c509a0126c | |||
| 07a7409d10 | |||
| 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 13:00:42 HKT 2026
|
||||||
stageCount=17
|
stageCount=19
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.12
|
baseVersion=15.12
|
||||||
publishVersion=15.12.16
|
publishVersion=15.12.18
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.12.17
|
baseBetaVersion=15.12.19
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -33,7 +35,7 @@
|
|||||||
android:id="@+id/rb_greater_than"
|
android:id="@+id/rb_greater_than"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="大于"
|
android:text="大于(◎)"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="14sp"/>
|
android:textSize="14sp"/>
|
||||||
|
|
||||||
@@ -41,7 +43,7 @@
|
|||||||
android:id="@+id/rb_less_than"
|
android:id="@+id/rb_less_than"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="小于"
|
android:text="小于(•)"
|
||||||
android:textColor="@color/black"
|
android:textColor="@color/black"
|
||||||
android:textSize="14sp"/>
|
android:textSize="14sp"/>
|
||||||
|
|
||||||
@@ -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