跳至主要内容

博文

目前显示的是标签为“shape”的博文

android shape

In dawable dir:   |_    shape.xml: <? xml version= "1.0" encoding= "utf-8" ?> < shape xmlns: android = "http://schemas.android.com/apk/res/android" > < solid android :color= "#c0c0c0" /> < stroke android :width= "3dp" android :color= "#5b8bc7" /> < padding android :bottom= "15dp" android :left= "15dp" android :right= "15dp" android :top= "15dp" /> < corners android :radius= "10dp" /> </ shape >