source: dispositivos_moviles/TibisayMovil/res/drawable/background_upper_title.xml @ a8ff2b6

Last change on this file since a8ff2b6 was a8ff2b6, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregados códigos fuentes iniciales de la aplicación TibisayMovil?

  • Property mode set to 100644
File size: 618 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
3
4   
5    <item>
6        <shape android:shape="rectangle" >
7            <stroke
8                android:width="2dp"
9                android:color="#999999" />
10
11            <solid android:color="#999999" />
12        </shape>
13    </item>
14    <item 
15        android:top="2dp">
16        <shape android:shape="rectangle" >
17            <gradient
18                android:angle="90"
19                android:endColor="#505050"
20                android:startColor="#1a1a1a" />
21        </shape>
22    </item>
23
24</layer-list>
Note: See TracBrowser for help on using the repository browser.