1b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani<?xml version="1.0" encoding="utf-8"?>
2b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani<!-- Copyright (C) 2010 The Android Open Source Project
3b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani
4b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     Licensed under the Apache License, Version 2.0 (the "License");
5b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     you may not use this file except in compliance with the License.
6b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     You may obtain a copy of the License at
7b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani
8b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani          http://www.apache.org/licenses/LICENSE-2.0
9b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani
10b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     Unless required by applicable law or agreed to in writing, software
11b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     distributed under the License is distributed on an "AS IS" BASIS,
12b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     See the License for the specific language governing permissions and
14b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani     limitations under the License.
15b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani-->
16b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani
17b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani<shape xmlns:android="http://schemas.android.com/apk/res/android">
18b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani    <solid android:color="#F0FFFFFF"/>
19b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani    <stroke android:width="1dp" color="#A00080FF"/>
20b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani    <padding android:left="5dp" android:top="0dp"
21b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani        android:right="5dp" android:bottom="1dp" />
22b1818e83f4a81bc4e4e30b99bb48830415be731bAmith Yamasani</shape>
23