source: dispositivos_moviles/TibisayMovil/res/drawable/description.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: 355 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="1dp"
7                android:color="#ffffff" />
8
9            <solid android:color="#ffffff" />
10        </shape>
11    </item> 
12</layer-list>
Note: See TracBrowser for help on using the repository browser.