drawables: add disabled notification icon (#384)
Adds a disabled state for the notification icon, and uses it where needed. Also switches to using vector-based icons instead of PNGs. Signed-off-by: Andrea Gottardo <andrea@gottardo.me>pull/386/head
parent
b615eb38b4
commit
82c17a4d1d
Binary file not shown.
Before Width: | Height: | Size: 641 B |
Binary file not shown.
Before Width: | Height: | Size: 406 B |
Binary file not shown.
Before Width: | Height: | Size: 879 B |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
@ -0,0 +1,38 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100dp"
|
||||
android:height="100dp"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="100">
|
||||
<path
|
||||
android:pathData="M0,12.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M37.5,12.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M75,12.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M-0,50a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M37.5,50a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M75,50a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M-0,87.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M37.5,87.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"/>
|
||||
<path
|
||||
android:pathData="M75,87.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
</vector>
|
@ -0,0 +1,46 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="100dp"
|
||||
android:height="100dp"
|
||||
android:viewportWidth="100"
|
||||
android:viewportHeight="100">
|
||||
<path
|
||||
android:pathData="M0,12.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M37.5,12.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M75,12.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M-0,50a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:strokeAlpha="0.4"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M37.5,50a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:strokeAlpha="0.4"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M75,50a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:strokeAlpha="0.4"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M-0,87.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M37.5,87.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:strokeAlpha="0.4"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
<path
|
||||
android:pathData="M75,87.5a12.5,12.5 0,1 0,25 0a12.5,12.5 0,1 0,-25 0z"
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.4"/>
|
||||
</vector>
|
Loading…
Reference in New Issue