<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:bottom="-2px"
android:right="-2px"
//還也可以有top left -2是為了隱藏 -1 效果然並卵
>
<shape
android:shape="rectangle"
>
<stroke
android:width="1px"
android:color="@color/host_bg"
>
</stroke>
<solid
android:color="@color/bg_white"
></solid>//不填充色部分手機直接按照主題色顯示。白or黑
</shape>
</item>
</layer-list>
this is all .
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。