fix: 修改任务状态
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="20dp"
|
||||
android:text="03.描述"
|
||||
android:text="03.任务状态"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="16sp" />
|
||||
<RadioGroup
|
||||
@@ -172,19 +172,24 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:tag="4"
|
||||
android:text="其他"></RadioButton>
|
||||
android:text="其他不可采原因"></RadioButton>
|
||||
</RadioGroup>
|
||||
<EditText
|
||||
android:id="@+id/edt_checked_other"
|
||||
android:visibility="gone"
|
||||
android:padding="@dimen/default_widget_padding"
|
||||
android:hint="请添加描述文字"
|
||||
android:maxLength="400"
|
||||
android:maxLines="3"
|
||||
android:layout_marginLeft="@dimen/fab_margin"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/underline"></EditText>
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="10dp"
|
||||
android:focusable="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:gravity="top"
|
||||
android:hint="可手动输入"
|
||||
android:padding="10dp"
|
||||
android:minLines="2"
|
||||
android:maxLines="3"
|
||||
android:background="@drawable/underline"
|
||||
android:textColor="@color/test_color_selector"
|
||||
android:textSize="15sp"></EditText>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -227,9 +232,9 @@
|
||||
android:focusableInTouchMode="true"
|
||||
android:gravity="top"
|
||||
android:hint="任务描述"
|
||||
android:paddingStart="10dp"
|
||||
android:paddingTop="10dp"
|
||||
android:paddingBottom="30dp"
|
||||
android:padding="10dp"
|
||||
android:minLines="2"
|
||||
android:maxLines="3"
|
||||
android:textColor="@color/test_color_selector"
|
||||
android:textSize="15sp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user