|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
|
|
|
3 |
<!--res/drawable/circular.xml-->
|
|
|
4 |
<!--defines the circular shape and its properties-->
|
|
|
5 |
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
6 |
|
|
|
7 |
android:innerRadius="0dp"
|
|
|
8 |
android:shape="ring"
|
|
|
9 |
android:thicknessRatio="2"
|
|
|
10 |
android:useLevel="false" >
|
|
|
11 |
|
|
|
12 |
<solid
|
|
|
13 |
android:color="@android:color/transparent" />
|
|
|
14 |
|
|
|
15 |
<stroke
|
|
|
16 |
android:width="5dp"
|
|
|
17 |
android:color="@android:color/holo_blue_light" />
|
|
|
18 |
</shape>
|