source: dispositivos_moviles/TibisayMovil/res/drawable/bg_path_file_to_sign.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: 626 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            <gradient
6                android:angle="0"
7                android:endColor="#C1BF09"
8                android:startColor="#C1BF09" />
9        </shape>
10    </item>
11    <item android:bottom="1dp" android:top="1dp">
12        <shape android:shape="rectangle" >
13            <stroke
14                android:width="1dp"
15                android:color="#e1e0a2" />
16
17            <solid android:color="#e1e0a2" />
18        </shape>
19    </item> 
20</layer-list>
Note: See TracBrowser for help on using the repository browser.