source: dispositivos_moviles/TibisayMovil/res/drawable/selector.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: 695 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="#2222FF"
11                android:startColor="#2222FF" />
12        </shape>
13    </item>
14
15    <item
16        android:right="2dp"
17        android:left="2dp"
18                android:bottom="2dp"
19        android:top="2dp">
20
21        <shape android:shape="rectangle" >
22
23            <stroke
24                android:width="1dp"
25                android:color="#76ADDE" />
26
27            <solid android:color="#76ADDE" />
28        </shape>
29    </item>
30
31</layer-list>
Note: See TracBrowser for help on using the repository browser.