Android CalendarView slowing down layout

前端 未结 6 1327
生来不讨喜
生来不讨喜 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:17

    The above answers were right but, still hasn't solved one mystery.

    That is, When i want to include calendarview inside layout with other layout. It's just disappears or i can see only Week letters. I tried the above match parent and everything and still i couldn't solve it.

    If anyone struggling like me Here's the answer.

       
    
    
    
    
        
    
         
    
    
         ///Your views 
    
    
         />
    

提交回复
热议问题