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.
こんにちは、基本的な Android アプリを作成していて、クラスの背景をイメージとして設定したいと考えています。このクラスには別のファイルから参照される XML ファイルがないため、XMl ファイルでは実行したくありません。誰でもこれに光を当てることができますか?
ありがとうスティーブ
あなたの質問はあまり明確ではありません。あなたのクラスはビューですか?その場合は、setBackgroundResource()を使用できます。
yourView.setBackgroundResource(R.id.your_image);