Commit 4493baf5 by xuxuan

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

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