imageView is not shown in Nexus 5 (Android 6.0)

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

I have an ImageView in a RelativeLayout:

    

        
6条回答
  •  野性不改
    2021-02-08 01:40

    I was also facing slightly different image view issue on Nexus 5 with 6.0. It was like, image was coming when I reached to the page (having custom keyboard) but if I tap on device back button, image view was hiding (Hiding Custom keyboard).

    So what I did, I removed the android:adjustViewBounds="true from the layout, for me its working fine. If you want, you can remove scaletype also. Still don't know why its happening. I am waiting for proper solution.

提交回复
热议问题