139076ed379c293399292d1c6b799866c1321b44bJohn Spurlock<?xml version="1.0" encoding="utf-8"?>
239076ed379c293399292d1c6b799866c1321b44bJohn Spurlock<!-- Copyright (C) 2014 The Android Open Source Project
339076ed379c293399292d1c6b799866c1321b44bJohn Spurlock
439076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     Licensed under the Apache License, Version 2.0 (the "License");
539076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     you may not use this file except in compliance with the License.
639076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     You may obtain a copy of the License at
739076ed379c293399292d1c6b799866c1321b44bJohn Spurlock
839076ed379c293399292d1c6b799866c1321b44bJohn Spurlock          http://www.apache.org/licenses/LICENSE-2.0
939076ed379c293399292d1c6b799866c1321b44bJohn Spurlock
1039076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     Unless required by applicable law or agreed to in writing, software
1139076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     distributed under the License is distributed on an "AS IS" BASIS,
1239076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1339076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     See the License for the specific language governing permissions and
1439076ed379c293399292d1c6b799866c1321b44bJohn Spurlock     limitations under the License.
1539076ed379c293399292d1c6b799866c1321b44bJohn Spurlock-->
1639076ed379c293399292d1c6b799866c1321b44bJohn Spurlock
1739076ed379c293399292d1c6b799866c1321b44bJohn Spurlock<ripple xmlns:android="http://schemas.android.com/apk/res/android"
1839076ed379c293399292d1c6b799866c1321b44bJohn Spurlock    android:color="?android:attr/colorControlHighlight">
19bb4a702e6fe44cb026097db13492f8345b38ee97John Spurlock    <item android:id="@android:id/mask">
20bb4a702e6fe44cb026097db13492f8345b38ee97John Spurlock        <shape>
21bb4a702e6fe44cb026097db13492f8345b38ee97John Spurlock            <corners android:radius="@dimen/borderless_button_radius" />
22bb4a702e6fe44cb026097db13492f8345b38ee97John Spurlock            <solid android:color="@android:color/white" />
23bb4a702e6fe44cb026097db13492f8345b38ee97John Spurlock        </shape>
24bb4a702e6fe44cb026097db13492f8345b38ee97John Spurlock    </item>
2539076ed379c293399292d1c6b799866c1321b44bJohn Spurlock</ripple>