<shape android:shape="rectangle">
<stroke android:width="1dp" android:color="@color/designer_cell_background" />
<solid android:color="@color/designer_cell_background" />
<corners
android:radius="7dp"
android:topRightRadius="0dp"
android:topLeftRadius="0dp"/>
<padding android:bottom="1dp"/>
</shape>
就像這樣的代碼,如果我想知道什麼屬性形狀有什麼意義,它們是分離的。我應該怎麼做,是否有任何文件 參考。謝謝大家提前幫助。如何查看throuth android屬性文件
查看此鏈接http://idunnolol.com/android/drawables.html#shape –
非常感謝您的建議,它非常好! –
作爲回答發佈,如果它適合您,請將其標記爲已接受,謝謝! –