Skip to content

Instantly share code, notes, and snippets.

@himattm
Last active October 20, 2016 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save himattm/390959b23ba40c935cf4e08ba62da3d9 to your computer and use it in GitHub Desktop.
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
<?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