Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
android
/
dayu
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4493baf5
authored
Jun 14, 2024
by
xuxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
按天用工单等待验收UI修改
parent
24e7864f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
orderCenter/src/main/java/com/dayu/order/ui/adapter/OrderAdapter.java
orderCenter/src/main/res/layout/fragment_orderdoing_item.xml
orderCenter/src/main/java/com/dayu/order/ui/adapter/OrderAdapter.java
View file @
4493baf5
...
...
@@ -516,7 +516,7 @@ public class OrderAdapter extends CoreAdapter<Order, FragmentOrderdoingItemBindi
if
(
7
==
item
.
getSource
()
||
8
==
item
.
getSource
()){
//按天用工单 展示开始日期
holder
.
itemTime
.
set
Text
(
""
);
holder
.
itemTime
.
set
Visibility
(
View
.
GONE
);
dateTime
=
UtilsDate
.
changeFormat
(
time
,
FORMAT_ONE
,
MON_DAY_FORMAT
);
holder
.
itemTody
.
setText
(
dateTime
);
holder
.
itemTody
.
setTypeface
(
Typeface
.
create
(
Typeface
.
DEFAULT
,
Typeface
.
BOLD
));
...
...
orderCenter/src/main/res/layout/fragment_orderdoing_item.xml
View file @
4493baf5
...
...
@@ -25,7 +25,7 @@
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"
match_par
ent"
android:layout_height=
"
wrap_cont
ent"
android:orientation=
"vertical"
>
<TextView
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment