imageView is not shown in Nexus 5 (Android 6.0)

后端 未结 6 676
感动是毒
感动是毒 2021-02-08 01:17

I have an ImageView in a RelativeLayout:

    

        
6条回答
  •  北荒
    北荒 (楼主)
    2021-02-08 01:42

    move your image to drawable-nodpi instead of drawable.

    Basically if u put a image in drawable folder it will be treated as drawable-mdpi so android will resize to fit xxhdpi that is nexus 5 , and since the bitmap becomes large it wont display

提交回复
热议问题