形状 层列表:shape layer-list

形状


<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="形状">
shape>
//rectangle:默认矩形
//oval:椭圆 <corners android:width="dp"/> 圆角属性失效
//line:直线 <stroke android:width="dp"/> 边框属性必须设置
//ring:圆环

圆环



shape>

属性






<solid android:color="#FFF"/>






层列表


<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
layer-list>
<item>
	<shape .../>
item>
<item android:right="1dp">
	<shape .../>
item>

你可能感兴趣的:(学习)