source: dispositivos_moviles/TibisayMovil/res/drawable/blue_button_pressed.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: 979 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    <item 
6       >
7        <shape android:shape="rectangle" >
8            <gradient
9                android:angle="0"
10                android:endColor="#297491"
11                android:startColor="#297491" />
12        </shape>
13    </item>
14    <item android:bottom="2dp"
15        android:right="2dp">
16        <shape android:shape="rectangle" >
17            <stroke
18                android:width="1dp"
19                android:color="#338db0" />
20
21            <solid android:color="#338db0" />
22        </shape>
23    </item>
24    <item android:bottom="2dp"
25        android:top="2dp"
26        android:left="2dp"
27        android:right="2dp">
28        <shape android:shape="rectangle" >
29            <gradient
30                android:angle="0"
31                android:endColor="#338db0"
32                android:startColor="#338db0" />
33        </shape>
34    </item>
35
36</layer-list>
Note: See TracBrowser for help on using the repository browser.