source: dispositivos_moviles/TibisayMovil/res/drawable/lower_green_pressed.xml @ cb83cc5

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

Añadiendo funcionalidad de firma manuscrita en archivo pdf

  • 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="#6a8920"
17                android:startColor="#a1c154" />
18        </shape>
19    </item>
20
21</layer-list>
Note: See TracBrowser for help on using the repository browser.