diff options
author | Jeff Brown <jeffbrown@google.com> | 2013-11-10 22:02:20 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-11-10 22:02:20 -0800 |
commit | 3105b6d2f192fc25f57911ef7bafbd62bae5b7e3 (patch) | |
tree | 0186a7ef1cd8130aa1a7c1ddbda98b3696646e14 /core/res | |
parent | f32962a878d8434a9c440576af79350ddb3dc2f6 (diff) | |
parent | 12c32b4d484cc7cc2278a76c6e0fc2304a74b593 (diff) | |
download | frameworks_base-3105b6d2f192fc25f57911ef7bafbd62bae5b7e3.zip frameworks_base-3105b6d2f192fc25f57911ef7bafbd62bae5b7e3.tar.gz frameworks_base-3105b6d2f192fc25f57911ef7bafbd62bae5b7e3.tar.bz2 |
am 12c32b4d: Merge "Make quick settings show the standard media router icon." into klp-dev
* commit '12c32b4d484cc7cc2278a76c6e0fc2304a74b593':
Make quick settings show the standard media router icon.
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/values/symbols.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index b85bff4..8387c9d 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -1096,6 +1096,8 @@ <java-symbol type="drawable" name="notification_template_icon_bg" /> <java-symbol type="drawable" name="notification_template_icon_low_bg" /> <java-symbol type="drawable" name="ic_media_route_on_holo_dark" /> + <java-symbol type="drawable" name="ic_media_route_off_holo_dark" /> + <java-symbol type="drawable" name="ic_media_route_connecting_holo_dark" /> <java-symbol type="drawable" name="ic_media_route_disabled_holo_dark" /> <java-symbol type="drawable" name="cling_button" /> <java-symbol type="drawable" name="cling_arrow_up" /> |