diff options
author | Yorke Lee <yorkelee@google.com> | 2014-09-03 18:26:41 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-09-03 18:26:41 +0000 |
commit | 91111bf1edf8922f6f7a2c84d91df46e191f1da1 (patch) | |
tree | 5c8433db3c7dd3837450371426878211278ed46b | |
parent | 9dcc84d8916fb3960f261015169984dad4ff7823 (diff) | |
parent | e09b67d6f87abd8f1252a4e761be57e946c450b1 (diff) |
am e09b67d6: Add colorControlActivated attribute to Dialer
* commit 'e09b67d6f87abd8f1252a4e761be57e946c450b1':
Add colorControlActivated attribute to Dialer
-rw-r--r-- | res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 9d0fcd0ea..74a5231f9 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -76,6 +76,7 @@ <item name="android:colorPrimary">@color/dialer_theme_color</item> <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item> <item name="dialpad_key_button_touch_tint">@color/dialer_dialpad_touch_tint</item> + <item name="android:colorControlActivated">@color/dialer_theme_color</item> </style> <!-- Action bar overflow menu icon. --> |