Created
April 12, 2016 06:45
-
-
Save brucetoo/0df2455e8ddc6492de6043ecd00a7f35 to your computer and use it in GitHub Desktop.
魅族,小米,华为某些机型设置shape中的corners > 15 会体现
的边角圆不规则(变成椭圆) 大量实验表明 15dp corners 是最好的
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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