Android CalendarView slowing down layout

前端 未结 6 1330
生来不讨喜
生来不讨喜 2020-12-15 06:24

This is driving me crazy. I have a fragment in my Android app which is laid out using a RelativeLayout. Problem is that for some reason it takes ages to render, about 5 seco

6条回答
  •  既然无缘
    2020-12-15 07:21

    Found that CalendarView widget needs height to be set to match_parent, then you can put it to any layout. For example in relative with height 200. This works fine on 4.0.3 emulator and on Samsung Galaxy Tab with 4.2.2.

    
    
    
        
    
            
        
    
        
    
    
    

提交回复
热议问题