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