标签: java android background-color
我通过扩展Preference类创建了自定义首选项。 我想将它的背景颜色设置为我自己的颜色。我怎样才能做到这一点? 我试图在onBindView(View v)中设置它,但我无法弄明白。
onBindView(View v)