Fix bug where phone icon does not show up in stream cards.

Using BitmapFactory.decodeResources() does not work for a
VectorDrawable; null is returned. Instead, need to manually create the
Bitmap.

Test: manually tested
Bug: 32379767
Change-Id: Iecdb6af431bcd6703d8dfb289c1f013272be22ef
4 files changed
tree: b6cb9dd558bfe1afca94f71070079e86bbaf0195
  1. res/
  2. src/
  3. Android.mk
  4. AndroidManifest.xml