Proyectos de Subversion Android Microlearning

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
2
    <gradient
3
        android:startColor="#307FAB"
4
        android:centerColor="#469BC8"
5
        android:endColor="#82D0D4"
6
        android:angle="270"/>
7
    <corners
8
        android:bottomLeftRadius="8dp"
9
        android:bottomRightRadius="8dp"/>
10
 
11
 
12
</shape>