source: dispositivos_moviles/TibisayMovil/res/drawable/lower_green.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: 600 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="#698f16" />
8        </shape>
9    </item>
10    <item 
11        android:bottom="2dp"
12        android:right="2dp">
13        <shape android:shape="rectangle" >
14            <gradient
15                android:angle="90"
16                android:endColor="#b7d572"
17                android:startColor="#7fb508" />
18        </shape>
19    </item>
20</layer-list>
Note: See TracBrowser for help on using the repository browser.