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