摘要: ContextCompat.getColor(context, R.color.my_color) 阅读全文
posted @ 2021-01-29 19:46 FlowLiver 阅读(69) 评论(0) 推荐(0)
摘要: 1.view.post(Runnable action textView.post( new Runnable() { @Override public void run() { textView.setText("更新tv"); //还可以更新其他的控件 imageView.setBackgrou 阅读全文
posted @ 2021-01-29 15:02 FlowLiver 阅读(532) 评论(0) 推荐(0)