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.
アプリケーションで画像を使用していますが、解像度が異なっていても、すべてのデバイスに正しく収まるようにしたいと考えています。画面サイズに合わせて画像のサイズを変更する方法はありますか?
はい、できます。別の方法が 2 つあります。
あなたのXMLで;
android:scaleType="fitXY"
Java コード内。
yourImageView.setScaleType(ScaleType.FIT_XY);