|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
|
|
|
3 |
<gradient
|
|
|
4 |
android:angle="0"
|
|
|
5 |
android:startColor="#7ec4ed"
|
|
|
6 |
android:centerColor="#6c90c7"
|
|
|
7 |
android:endColor="#5d62a8"/>
|
|
|
8 |
|
|
|
9 |
<corners android:bottomRightRadius="12dp"
|
|
|
10 |
android:bottomLeftRadius="12dp"
|
|
|
11 |
android:topRightRadius="12dp"
|
|
|
12 |
android:topLeftRadius="12dp"/>
|
|
|
13 |
</shape>
|