source: dispositivos_moviles/TibisayMovil/res/drawable/grey_clear_rounded.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: 677 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        android:bottom="1dp"
6        android:left="1dp"
7        android:right="1dp"
8        android:top="1dp">
9        <shape android:shape="rectangle" >
10            <gradient
11                android:angle="90"
12                android:endColor="#f2f2f2"
13                android:startColor="#f2f2f2" />
14
15            <corners
16                android:bottomLeftRadius="7dp"
17                android:bottomRightRadius="7dp"
18                android:topLeftRadius="7dp"
19                android:topRightRadius="7dp" />
20        </shape>
21    </item>
22
23</layer-list>
Note: See TracBrowser for help on using the repository browser.