Subversion Repositories AndroidProjects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
345 chris 1
<?xml version="1.0" encoding="UTF-8"?>
2
<shape xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:shape="rectangle" >
4
 
5
    <stroke
6
        android:width="2dp"
7
        android:color="#FFFFFFFF" />
8
 
9
    <gradient
10
        android:angle="225"
11
        android:endColor="#DD2ECCFA"
12
        android:startColor="#DD000000" />
13
 
14
    <corners
15
        android:bottomLeftRadius="7dp"
16
        android:bottomRightRadius="7dp"
17
        android:topLeftRadius="7dp"
18
        android:topRightRadius="7dp" />
19
 
20
</shape>