source: dispositivos_moviles/TibisayMovil/res/drawable/blueseparator.xml @ cb83cc5

Last change on this file since cb83cc5 was a8ff2b6, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregados códigos fuentes iniciales de la aplicación TibisayMovil?

  • Property mode set to 100644
File size: 343 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android" 
3
4    android:shape="rectangle"
5    android:thickness = "3dp">
6    <gradient
7        android:angle="0"
8        android:startColor="#66e4e4"
9        android:centerColor="#66e4e4" 
10        android:endColor="#66e4e4"
11        />
12   
13</shape>
Note: See TracBrowser for help on using the repository browser.