source: dispositivos_moviles/TibisayMovil/res/drawable/background_item_blue.xml @ a8ff2b6

Last change on this file since a8ff2b6 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: 361 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
3
4    <item>
5        <shape android:shape="rectangle" >
6            <gradient
7                android:angle="0"
8                android:endColor="#66125fdb"
9                android:startColor="#66125fdb" />
10        </shape>
11    </item>
12
13</layer-list>
Note: See TracBrowser for help on using the repository browser.