source: dispositivos_moviles/TibisayMovil/res/drawable/background_tab_enabled.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: 367 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
3
4
5
6    <item>
7
8        <shape android:shape="rectangle" >
9           <gradient
10                android:angle="90"
11                android:endColor="#FEFEFE"
12                android:startColor="#dfe0e0" />
13     
14        </shape>
15    </item>
16
17</layer-list>
Note: See TracBrowser for help on using the repository browser.