source: dispositivos_moviles/TibisayMovil/res/drawable/description.xml @ e68708b

Last change on this file since e68708b 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: 355 bytes
RevLine 
[a8ff2b6]1<?xml version="1.0" encoding="UTF-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
[a8bb2bb]3    <item>
[a8ff2b6]4        <shape android:shape="rectangle" >
5            <stroke
6                android:width="1dp"
7                android:color="#ffffff" />
8
9            <solid android:color="#ffffff" />
10        </shape>
[a8bb2bb]11    </item> 
[a8ff2b6]12</layer-list>
Note: See TracBrowser for help on using the repository browser.