Horizontal Scroll View inside ViewPager

后端 未结 3 1118
忘了有多久
忘了有多久 2020-12-13 22:59

I have horizontal scrolling pages as in the android market (ViewPager).

My problem is that i want to have a Horizontal Scrolling View in them with some images?Is tha

3条回答
  •  感情败类
    2020-12-13 23:53

    
        
            
               
               
            
        
        
    
    

    In the above case, scrollVIew is applicable for only the two images not for the edittext.

    In other case:

     
        
            
                here listVIew with Images using listView adapter
            
        
        
    
    

    Here scrollView is applicable for only listView.

提交回复
热议问题