View bv = this.findViewById(android.R.id.title);
((TextView) bv).setTextColor(Color.WHITE);
((View) bv.getParent()).setBackgroundColor(Color.RED);

  

相关文章:

  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-08-09
  • 2021-04-01
  • 2021-05-07
  • 2021-04-26
猜你喜欢
  • 2021-12-18
  • 2021-06-22
  • 2021-07-12
  • 2021-09-06
  • 2022-12-23
  • 2021-11-19
  • 2021-11-19
相关资源
相似解决方案