blob: 10a64a1a1b5327d7168883b4aadda6b794951db6 [file] [log] [blame]
alision7297bdb2013-05-21 11:56:55 -04001<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android"
3 android:shape="rectangle" >
4
5 <gradient
6 android:angle="270"
7 android:centerColor="#33000000"
8 android:endColor="#99000000"
9 android:startColor="#00000000" />
10
11</shape>