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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

How to mention the localhost in android -

php - Calling a template part from a post -