Andrew Lee | 9329f6b | 2014-05-01 16:52:01 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | ~ Copyright (C) 2014 The Android Open Source Project |
| 4 | ~ |
| 5 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | ~ you may not use this file except in compliance with the License. |
| 7 | ~ You may obtain a copy of the License at |
| 8 | ~ |
| 9 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ~ |
| 11 | ~ Unless required by applicable law or agreed to in writing, software |
| 12 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | ~ See the License for the specific language governing permissions and |
| 15 | ~ limitations under the License |
| 16 | --> |
| 17 | |
| 18 | <!-- Background resource for "compound buttons" in the in-call UI. |
| 19 | These buttons have two states (checked and unchecked), and |
| 20 | show a blue bar along the bottom edge when checked. --> |
Alan Viverette | c5ff890 | 2014-05-19 16:32:43 -0700 | [diff] [blame] | 21 | <ripple xmlns:android="http://schemas.android.com/apk/res/android" |
Alan Viverette | 5e3e132 | 2014-06-09 17:47:05 -0700 | [diff] [blame] | 22 | android:color="@color/incall_accent_color"> |
Andrew Lee | 1caba01 | 2014-05-09 13:40:26 -0700 | [diff] [blame] | 23 | <item> |
Andrew Lee | 5a0df35 | 2014-05-09 18:17:47 -0700 | [diff] [blame] | 24 | <selector> |
Andrew Lee | 9329f6b | 2014-05-01 16:52:01 -0700 | [diff] [blame] | 25 | |
Andrew Lee | 1caba01 | 2014-05-09 13:40:26 -0700 | [diff] [blame] | 26 | <item android:state_focused="true" |
| 27 | android:drawable="@drawable/btn_unselected_focused" /> |
Andrew Lee | 9329f6b | 2014-05-01 16:52:01 -0700 | [diff] [blame] | 28 | |
Andrew Lee | 1caba01 | 2014-05-09 13:40:26 -0700 | [diff] [blame] | 29 | <item android:drawable="@drawable/btn_unselected" /> |
Andrew Lee | 70bab10 | 2014-05-07 11:29:41 -0700 | [diff] [blame] | 30 | |
Andrew Lee | 1caba01 | 2014-05-09 13:40:26 -0700 | [diff] [blame] | 31 | </selector> |
| 32 | </item> |
Alan Viverette | c5ff890 | 2014-05-19 16:32:43 -0700 | [diff] [blame] | 33 | </ripple> |