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