下面的是/res/drawable目录下的一个xml文件里的部分定义   <shape xmlns:android="http://schemas.android.com/apk/res/android " android:shape ="rectangle"> 
   <stroke android:width="1dip" android:color="#FBBB" /> 
     <solid android:color="#6000"/> 
      <layout_margin android:layout_margin="1dp"/> 
      <corners 
         android:bottomRightRadius="18dip" 
         android:bottomLeftRadius="6dip" 
         android:topLeftRadius="6dip" 
         android:topRightRadius="6dip"/>      </shape > 这是在定义一个shape,但是stroke  solid corners这些元素,我在api文档里找不到说明的地方,来求助下