source: dispositivos_moviles/TibisayMovil/res/drawable/background_item.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: 599 bytes
RevLine 
[a8ff2b6]1<?xml version="1.0" encoding="UTF-8"?>
[a8bb2bb]2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >   
3    <item>
[a8ff2b6]4        <shape android:shape="rectangle" >
5            <stroke
6                android:width="1dp"
[a8bb2bb]7                android:color="#cccccc" />
[a8ff2b6]8        </shape>
9    </item>
[a8bb2bb]10    <item 
11        android:bottom="1dp"
[a8ff2b6]12        android:right="1dp">
13        <shape android:shape="rectangle" >
[a8bb2bb]14            <gradient
15                android:angle="90"
16                android:endColor="#ffffff"
17                android:startColor="#ffffff" />
[a8ff2b6]18        </shape>
19    </item>
20</layer-list>
Note: See TracBrowser for help on using the repository browser.