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="@color/com_mixpanel_android_selected" />
|
|
|
3 |
<stroke android:width="1dp" android:color="#ffffff"/>
|
|
|
4 |
<corners android:bottomRightRadius="5dp"
|
|
|
5 |
android:bottomLeftRadius="5dp"
|
|
|
6 |
android:topLeftRadius="5dp"
|
|
|
7 |
android:topRightRadius="5dp"/>
|
|
|
8 |
</shape>
|
|
|
9 |
<!-- From: file:/Users/joe/Desktop/mixpanel-android/src/main/res/drawable/com_mixpanel_android_text_answer_border.xml -->
|