Android L is ignoring shapes as drawable background

前端 未结 2 1989
执笔经年
执笔经年 2021-02-13 22:14

I\'m testing Android L Preview on my Nexus 5. I\'ve got problem with my app.

I\'ve got some TextViews with background set:

android:background=\"@drawable         


        
2条回答
  •  孤城傲影
    2021-02-13 22:51

    Just use android:radius, not use each corner options. I had a same problem, but I was able to solve the problem using this way.

    
    
    
      
    
    

提交回复
热议问题