
They can't use vector drawables in notifications. Also, groups can not be used, see http://stackoverflow.com/a/34953411.
7 lines
431 B
XML
7 lines
431 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="32dp" android:viewportHeight="24.0" android:viewportWidth="24.0" android:width="32dp">
|
|
<group android:pivotX="12" android:pivotY="12" android:rotation="-90">
|
|
<path android:fillColor="#30000000" android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"/>
|
|
</group>
|
|
</vector>
|