1e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock<!--
2e2356b99a111a2cd4049d76d5326acaf8a050334John SpurlockCopyright (C) 2014 The Android Open Source Project
3e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock
4e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock   Licensed under the Apache License, Version 2.0 (the "License");
5e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    you may not use this file except in compliance with the License.
6e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    You may obtain a copy of the License at
7e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock
8e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock         http://www.apache.org/licenses/LICENSE-2.0
9e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock
10e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    Unless required by applicable law or agreed to in writing, software
11e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    distributed under the License is distributed on an "AS IS" BASIS,
12e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    See the License for the specific language governing permissions and
14e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock    limitations under the License.
15e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock-->
16e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock<!-- shrink ic_audio_vol from 32dp to 24dp using insets -->
17e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock<inset xmlns:android="http://schemas.android.com/apk/res/android"
18e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock        android:drawable="@*android:drawable/ic_audio_vol"
19e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock        android:inset="4dp"
20e2356b99a111a2cd4049d76d5326acaf8a050334John Spurlock        />
21