source: dispositivos_moviles/TibisayMovil/res/drawable/background_tab_disabled.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: 678 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
6        <shape android:shape="rectangle" >
7
8            <gradient
9                android:angle="0"
10                android:endColor="#3a3a3a"
11                android:startColor="#3a3a3a" />
12        </shape>
13    </item>
14
15    <item
16        android:right="1dp"
17        android:left="1dp"
18        android:top="1dp">
19
20        <shape android:shape="rectangle" >
21           <gradient
22                android:angle="0"
23                android:endColor="#4a4a4a"
24                android:startColor="#4a4a4a" />
25     
26        </shape>
27    </item>
28
29</layer-list>
Note: See TracBrowser for help on using the repository browser.