如何在按下项目时删除gridview的蓝色

时间:2017-11-20 12:51:58

标签: android gridview

当按下gridview个项目时,会有蓝色。 如何删除该颜色?

我尽力问清楚......

1 个答案:

答案 0 :(得分:4)

你有:

来自代码:

function replace_text($text) {
$text = str_replace('word1', 'word2', $text);

return $text;
}
add_filter('the_content', 'replace_text');

来自xml:

gridView.setSelector(new ColorDrawable(Color.TRANSPARENT));