|
|
@@ -6,17 +6,9 @@
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/start_task_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginTop="@dimen/content_padding_small"
|
|
|
- android:background="@drawable/sp_bg_gradient_rectangle_yellow"
|
|
|
- android:gravity="center"
|
|
|
- android:minHeight="36dp"
|
|
|
- android:minWidth="151dp"
|
|
|
+ style="@style/style_button"
|
|
|
android:text="开始任务"
|
|
|
- android:textSize="18sp"
|
|
|
- android:textColor="@color/txt_black"
|
|
|
android:visibility="visible"/>
|
|
|
|
|
|
</RelativeLayout>
|