diff options
author | Danny Baumann <dannybaumann@web.de> | 2014-11-11 13:14:07 +0100 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2015-10-29 17:36:30 -0700 |
commit | e5f5e3acabc4c3816764f8f1456633f2f472a0b0 (patch) | |
tree | c37979541d3eff74785b0361412c1ec98d07d0fa /res/color | |
parent | 80a7e5a3deb409a47e47f60e9e2b391508410e0e (diff) | |
download | packages_apps_Settings-e5f5e3acabc4c3816764f8f1456633f2f472a0b0.zip packages_apps_Settings-e5f5e3acabc4c3816764f8f1456633f2f472a0b0.tar.gz packages_apps_Settings-e5f5e3acabc4c3816764f8f1456633f2f472a0b0.tar.bz2 |
Add back increasing ring feature (2/3).
Change-Id: Iafc79a57651db327a100e0f1723b62f442b638be
Diffstat (limited to 'res/color')
-rw-r--r-- | res/color/audio_icon.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/color/audio_icon.xml b/res/color/audio_icon.xml new file mode 100644 index 0000000..ca93eca --- /dev/null +++ b/res/color/audio_icon.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2014 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_enabled="false" android:color="#24000000" /> + <item android:color="#8a000000" /> +</selector> |