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:background="@drawable/background"
それは機能しますが、小さな問題があります。画像は画面全体に広がるはずではありません。画像を画面上の特定の場所に配置したいのです。どうすればいいのですか?
ページの任意の場所で画像を修正するには、ルート レイアウトを相対レイアウトとして使用する必要があります。align center inparent、bottom of page align left and below and above プロパティのようなユーザーフレンドリーな属性がたくさんあるかもしれないので、それで試してみてください。