标签: java android grid-layout
我有一个网格布局,我想更改其中一行的背景颜色, 我怎样才能做到这一点?
答案 0 :(得分:0)
我认为您需要更改所需的每个视图背景: yourView.setBackground(Color.blue);
yourView.setBackground(Color.blue);