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.
Java コードを使用してメイン アクティビティの背景色を変更したいと考えています。いくつかのコード スニペットを手伝ってください!!
getWindow().getDecorView().setBackgroundColor(int) (if you are setting it to a color)
//この関数はビューにも使用できます。
例 :
getWindow().getDecorView().setBackgroundColor(Color.RED);
// 背景を RED に設定。メインスレッドでのみ使用する必要があります!