|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
gabriel |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
|
|
|
3 |
|
|
|
4 |
<solid android:color="@android:color/holo_red_dark"/>
|
|
|
5 |
<stroke android:color="@android:color/white" android:width="0.8dp"/>
|
|
|
6 |
|
|
|
7 |
</shape>
|