ring shapes for L preview not working

后端 未结 3 1871
忘了有多久
忘了有多久 2020-12-14 11:11

Just testing the new developer preview and noticed that my existing ring drawables are not rendering properly. Instead of a ring it\'s a full circle. Is it a bug or has some

3条回答
  •  Happy的楠姐
    2020-12-14 11:28

    You need to add android:useLevel="true" in the progress item. This didn't seem necessary in previous versions, but L wants it.

    
        
            
        
    
    

提交回复
热议问题