๋ฐ์ํ
์ด๋ฏธ์ง๋ทฐ๋ฅผ ์ฌ์ฉํ ๋ MATCH_PARENT๋ฅผ ์ ์ฉ์ ํด์ค๋ ์ด๋ฏธ์ง๊ฐ X, Y์ถ์ผ๋ก ๋์ด๋์ง ์์ ๊ฒฝ์ฐ๊ฐ ์๋๋ฐ์.
์๋ ์ฐธ๊ณ ํด์ ์ ์ฉํด ์ฃผ์๋ฉด ์๋ฉ๋๋ค.
โถ์๋ฐ ์ฝ๋์์ ์ ์ฉํ ๊ฒฝ์ฐ
imageView.setScaleType(ScaleType.FIT_XY);
โถXml์์ ์ ์ฉํ ๊ฒฝ์ฐ
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY" />