開發(fā)漫畫閱讀功能同事遇到RecycleView 的item ImageView 通過scaleType設(shè)置fit_center、fit_start...等比縮放后? 出現(xiàn)ImageView并不如預(yù)期那樣顯示,出現(xiàn)圖片資源等比縮放,但是ImageView的大小卻多出了邊界。然后幫他解決了,需要設(shè)置android:adjustViewBounds:"true",意思是:讓ImageView調(diào)整它的邊界來保持它的長寬比,通常會是這樣設(shè)置,即寬填滿屏幕寬度,高按比縮放


https://stackoverflow.com/questions/25995680/android-imageview-wrap-content