Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
HBHAndroid
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨秀秀
HBHAndroid
Commits
dd9d5b82
Commit
dd9d5b82
authored
Oct 24, 2023
by
小费同学阿
💬
Committed by
杨秀秀
Nov 21, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
67027 【企业app-android】诉求管理的处理中的界面问题见标注
parent
a744608d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
AppealOperationListAdapter.java
...bcompany/fragment/adapter/AppealOperationListAdapter.java
+2
-2
No files found.
hbhbcompany/src/main/java/com/xx/hbhbcompany/fragment/adapter/AppealOperationListAdapter.java
View file @
dd9d5b82
...
...
@@ -66,7 +66,7 @@ public class AppealOperationListAdapter extends xxBaseRecyclerViewAdapter<ItemOp
deptName
.
setLayoutParams
(
paramsDeptName
);
// 设置字段的颜色和文字大小
deptName
.
setTextColor
(
Color
.
parseColor
(
"#333333"
));
deptName
.
setTextSize
(
TypedValue
.
COMPLEX_UNIT_SP
,
1
6
);
deptName
.
setTextSize
(
TypedValue
.
COMPLEX_UNIT_SP
,
1
4
);
// 设置其他属性,如字体大小、颜色等
flexboxLayout
.
addView
(
deptName
);
/*往里塞负责人名称*/
...
...
@@ -82,7 +82,7 @@ public class AppealOperationListAdapter extends xxBaseRecyclerViewAdapter<ItemOp
createBy
.
setLayoutParams
(
paramsCreateBy
);
// 设置字段的颜色和文字大小
createBy
.
setTextColor
(
Color
.
parseColor
(
"#333333"
));
createBy
.
setTextSize
(
TypedValue
.
COMPLEX_UNIT_SP
,
1
6
);
createBy
.
setTextSize
(
TypedValue
.
COMPLEX_UNIT_SP
,
1
4
);
// 设置其他属性,如字体大小、颜色等
flexboxLayout
.
addView
(
createBy
);
...
...
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