Commit 4493baf5 by xuxuan

按天用工单等待验收UI修改

parent 24e7864f
......@@ -516,7 +516,7 @@ public class OrderAdapter extends CoreAdapter<Order, FragmentOrderdoingItemBindi
if (7 == item.getSource() || 8 == item.getSource()){
//按天用工单 展示开始日期
holder.itemTime.setText("");
holder.itemTime.setVisibility(View.GONE);
dateTime = UtilsDate.changeFormat(time, FORMAT_ONE, MON_DAY_FORMAT);
holder.itemTody.setText(dateTime);
holder.itemTody.setTypeface(Typeface.create(Typeface.DEFAULT, Typeface.BOLD));
......
......@@ -25,7 +25,7 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
......
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