java - How to create Contour background in android -
i'm drawing rectangle , filling solid color. add contour label background. want create line in outlook when have meeting didn't respond on. possible?
(i wanted add picture, don't have enough reputation points)
thanks, gidi
do mean that?
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="#c1001f"/> <stroke android:width="6dp" android:color="#000000" /> </shape>
Comments
Post a Comment