Browse Source

修改样式问题

Pq 1 năm trước cách đây
mục cha
commit
ce1fca27c3

+ 1 - 0
usercenter/src/main/java/com/cooleshow/usercenter/widget/FeedBackRecordFilterView.java

@@ -221,6 +221,7 @@ public class FeedBackRecordFilterView extends FrameLayout implements View.OnClic
                         public void customLayout(View v) {
                             //自定义布局中的控件初始化及事件处理
                             final TextView tvSubmit = (TextView) v.findViewById(R.id.tv_finish);
+                            tvSubmit.setTextColor(getContext().getResources().getColor(StyleConfig.getMainColor()));
                             TextView ivCancel = (TextView) v.findViewById(R.id.tv_cancel);
                             tvSubmit.setOnClickListener(new OnClickListener() {
                                 @Override