source: dispositivos_moviles/TibisayMovil/res/drawable/background_item_green.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: 361 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="#30e0de3f"
9                android:startColor="#30e0de3f" />
10        </shape>
11    </item>
12
13</layer-list>
Note: See TracBrowser for help on using the repository browser.