source: dispositivos_moviles/TibisayMovil/res/drawable/lower_green_disabled.xml @ 37467be

Last change on this file since 37467be was 37467be, checked in by Jose Ruiz <joseruiz@…>, 11 years ago

Añadiendo menu popup y listado de archivos en firma manuscrita

  • Property mode set to 100644
File size: 359 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
3
4    <item >
5        <shape android:shape="rectangle" >
6            <gradient
7                android:angle="90"
8                android:endColor="#b7d572"
9                android:startColor="#b7d572" />
10        </shape>
11    </item>
12
13</layer-list>
Note: See TracBrowser for help on using the repository browser.