Why i am not able to create the round border for specific corner?

后端 未结 4 1946
我在风中等你
我在风中等你 2020-12-30 02:19

In My android xml layout i am applying the border by using the borderframe.xml as a background.

borderframe.xml file is looks like below:

    

        
4条回答
  •  离开以前
    2020-12-30 03:12

    I'm using SDK tools 19, platform-tools 11 and running the app in Android 4.0.3. Using the following XML works for me:

    
    
        
        
        
    
    

    The Eclipse warning is about not being able to show the preview. In het app it shows up correct.

提交回复
热议问题