blob: 88f6690a079d2fe61868564a418ad27d90d9728d [file] [log] [blame]
Wenyi Wangf8a5ab42016-05-25 16:04:13 -07001<?xml version="1.0" encoding="utf-8"?>
John Shaobd9ef3c2016-12-15 12:42:03 -08002<!-- Copyright (C) 2016 The Android Open Source Project
Wenyi Wangf8a5ab42016-05-25 16:04:13 -07003
John Shaobd9ef3c2016-12-15 12:42:03 -08004 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Wenyi Wangf8a5ab42016-05-25 16:04:13 -07007
John Shaobd9ef3c2016-12-15 12:42:03 -08008 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
17<ripple xmlns:android="http://schemas.android.com/apk/res/android"
18 android:color="@color/nav_item_selected_background">
19 <item>
20 <selector>
21 <item android:drawable="@color/nav_item_selected_background" android:state_checked="true"/>
22 <item android:drawable="@android:color/transparent"/>
23 </selector>
24 </item>
25</ripple>