Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 21478 |
rajender |
1 |
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
|
|
2 |
<solid android:color="#44000000" />
|
|
|
3 |
<stroke android:width="2dp" android:color="#ffffff"/>
|
|
|
4 |
<corners android:radius="100dp" />
|
|
|
5 |
</shape>
|
|
|
6 |
<!-- From: file:/Users/joe/Desktop/mixpanel-android/src/main/res/drawable/com_mixpanel_android_cta_button_highlight.xml -->
|