blob: c7a595f82e4b5ee8296f2dfbe2d78e5db9909db7 [file] [log] [blame]
alision85992112013-05-29 12:18:08 -04001<?xml version="1.0" encoding="utf-8"?>
2<shape xmlns:android="http://schemas.android.com/apk/res/android" >
3
4 <solid android:color="@color/light"/>
5
6 <padding
7 android:bottom="10dp"
8 android:left="10dp"
9 android:right="10dp"
10 android:top="10dp" />
11
12 <corners
13 android:bottomLeftRadius="5dp"
14 android:bottomRightRadius="5dp"
15 android:topLeftRadius="5dp"
16 android:topRightRadius="5dp" />
17
18</shape>