Center ImageView inside another ImageView in Android

后端 未结 4 1730
无人共我
无人共我 2021-02-10 06:52

Well I have to fit one ImageView inside another one. It is smaller and has to be exactly at the center. I have both images scaled for different screen resolutions but I can test

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-10 07:12

    You cannot put an imageView inside another. Hope the following code will be helpful for you.

    
    
            
    
        
    

提交回复
热议问题