CalendarView takes much time for displaying

后端 未结 4 1943
感情败类
感情败类 2021-02-06 14:55

i am working on an application on CalendarView. i have to show calendarView in a small linear-layout.

problem occurs while displaying a whole page which contains calenda

4条回答
  •  一个人的身影
    2021-02-06 15:29

    Putting the CalendarView in a FrameLayout will solve the problem.. i tested it and it work perfectly without glitshing!!!

    here is a XML code example:

    
    
    
        
    
            
        
    
    

提交回复
热议问题