Last active
October 20, 2016 15:56
-
-
Save himattm/390959b23ba40c935cf4e08ba62da3d9 to your computer and use it in GitHub Desktop.
How to change Chromecast SDK v3 Notification Icon: Use this file in your /drawable folder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<bitmap xmlns:android="http://schemas.android.com/apk/res/android" | |
android:src="@drawable/ic_your_notification_icon" /> | |
<!-- Default Cast v3 notification icon --> | |
<!-- android:src="@drawable/quantum_ic_cast_connected_white_24" --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment