source: dispositivos_moviles/TibisayMovil/res/drawable/lower_green_disabled.xml @ 824553a

Last change on this file since 824553a 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: 359 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="90"
8                android:endColor="#a1c154"
9                android:startColor="#a1c154" />
10        </shape>
11    </item>
12
13</layer-list>
Note: See TracBrowser for help on using the repository browser.