当按下gridview
个项目时,会有蓝色。
如何删除该颜色?
我尽力问清楚......
答案 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));