Commit 24e7864f by xuxuan

隐藏工单详情按钮

parent 777ceed3
......@@ -187,7 +187,9 @@ public class OrderDetailClockPresenter extends OrderDetailClockContract.Presente
}
public boolean getIsShowBtn() {
return isShowBtn;
// return isShowBtn;
//隐藏所有情况的按钮
return false;
}
public void receiveOrder(int orders, int engineer, String appointmentTime , int createdSource) {
......
......@@ -410,7 +410,6 @@
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dp_10"
android:background="@color/transparent" />
</RelativeLayout>
......@@ -434,6 +433,6 @@
android:text="@string/tv_work_order_four"
android:textColor="@color/cl_white"
android:textSize="@dimen/sp_16"
android:visibility="invisible"/>
android:visibility="gone"/>
</LinearLayout>
</layout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment