Skip to content

Instantly share code, notes, and snippets.

@brucetoo
Created April 12, 2016 06:45
Show Gist options
  • Save brucetoo/0df2455e8ddc6492de6043ecd00a7f35 to your computer and use it in GitHub Desktop.
Save brucetoo/0df2455e8ddc6492de6043ecd00a7f35 to your computer and use it in GitHub Desktop.
魅族,小米,华为某些机型设置shape中的corners > 15 会体现 的边角圆不规则(变成椭圆) 大量实验表明 15dp corners 是最好的
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/mgsdk__color_e9303d" />
<corners android:radius="15dp" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment