source: dispositivos_moviles/TibisayMovil/res/drawable/lower_green_pressed.xml @ 37467be

Last change on this file since 37467be was 37467be, checked in by Jose Ruiz <joseruiz@…>, 11 years ago

Añadiendo menu popup y listado de archivos en firma manuscrita

  • Property mode set to 100644
File size: 594 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" > 
3    <item>
4        <shape android:shape="rectangle" >
5            <stroke
6                android:width="2dp"
7                android:color="#4f6b13" />
8        </shape>
9    </item>
10    <item 
11        android:top="2dp"
12        android:left="2dp">
13        <shape android:shape="rectangle" >
14            <gradient
15                android:angle="90"
16                android:endColor="#7fb508"
17                android:startColor="#b7d572" />
18        </shape>
19    </item>
20
21</layer-list>
Note: See TracBrowser for help on using the repository browser.