Commit dd9d5b82 authored by 小费同学阿's avatar 小费同学阿 💬 Committed by 杨秀秀

67027 【企业app-android】诉求管理的处理中的界面问题见标注

parent a744608d
......@@ -66,7 +66,7 @@ public class AppealOperationListAdapter extends xxBaseRecyclerViewAdapter<ItemOp
deptName.setLayoutParams(paramsDeptName);
// 设置字段的颜色和文字大小
deptName.setTextColor(Color.parseColor("#333333"));
deptName.setTextSize(TypedValue.COMPLEX_UNIT_SP, 16);
deptName.setTextSize(TypedValue.COMPLEX_UNIT_SP, 14);
// 设置其他属性,如字体大小、颜色等
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, 16);
createBy.setTextSize(TypedValue.COMPLEX_UNIT_SP, 14);
// 设置其他属性,如字体大小、颜色等
flexboxLayout.addView(createBy);
......
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 to comment