Android: RelativeLayout in ScrollView

后端 未结 4 1374
抹茶落季
抹茶落季 2020-12-05 07:04

I have a RelativeLayout with multiple ImageViews and when I turn around the screen, the ImageViews become disordered. So I decided to

4条回答
  •  隐瞒了意图╮
    2020-12-05 07:47

    I experienced same problem with Relative Layout within Scroll View to overcome this i wrapped around my relative layout with a linear layout , try like this and also remove orientation from relative layout

    
    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题