Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここにコードスニペットがあります
int bgColor = Integer.parseInt(summaryReportObj.backgroundColor, 16); lv0.setBackgroundColor(bgColor);
bgColor は青色で、テキストに触れたときにのみ表示されます。色をずっと見せたい。背景画像を設定すると、うまく表示されます。
私は何を間違っていますか?
私の推測が正しく、lv0 が ListView である場合は、リストに入れる実際のリスト ビュー アイテムに色を設定してみてください。