source: dispositivos_moviles/TibisayMovil/res/drawable/shape_table1.xml @ 824553a

Last change on this file since 824553a 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: 248 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<shape
3  xmlns:android="http://schemas.android.com/apk/res/android"
4    android:shape= "rectangle">
5        <solid android:color="#fff"/>
6        <stroke android:width="1dp"  android:color="#927d22"/>
7</shape>
Note: See TracBrowser for help on using the repository browser.