Skip to content

Commit

Permalink
feat(drawable): add icons for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
EdricChan03 committed Apr 2, 2018
1 parent e9416c7 commit dd68b35
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_notification_alert_decagram_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path android:pathData="M0 0h24v24H0z" />
<path
android:fillColor="@color/colorGrey800"
android:pathData="M23,12L20.56,9.22L20.9,5.54L17.29,4.72L15.4,1.54L12,3L8.6,1.54L6.71,4.72L3.1,5.53L3.44,9.21L1,12L3.44,14.78L3.1,18.47L6.71,19.29L8.6,22.47L12,21L15.4,22.46L17.29,19.28L20.9,18.46L20.56,14.78L23,12M13,17H11V15H13V17M13,13H11V7H13V13Z" />
</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_notification_calendar_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- drawable/calendar.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path android:pathData="M0 0h24v24H0z" />
<path
android:fillColor="@color/colorGrey800"
android:pathData="M19,19H5V8H19M16,1V3H8V1H6V3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3H18V1M17,12H12V17H17V12Z" />
</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_notification_calendar_today_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- drawable/calendar_today.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path android:pathData="M0 0h24v24H0z" />
<path
android:fillColor="@color/colorGrey800"
android:pathData="M7,10H12V15H7M19,19H5V8H19M19,3H18V1H16V3H8V1H6V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5A2,2 0 0,0 19,3Z" />
</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_notification_help_circle_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24"
android:viewportWidth="24">
<path android:pathData="M0 0h24v24H0z" />
<path
android:fillColor="@color/colorGrey800"
android:pathData="M15.07,11.25L14.17,12.17C13.45,12.89 13,13.5 13,15H11V14.5C11,13.39 11.45,12.39 12.17,11.67L13.41,10.41C13.78,10.05 14,9.55 14,9C14,7.89 13.1,7 12,7A2,2 0 0,0 10,9H8A4,4 0 0,1 12,5A4,4 0 0,1 16,9C16,9.88 15.64,10.67 15.07,11.25M13,19H11V17H13M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12C22,6.47 17.5,2 12,2Z" />
</vector>
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_notification_info_24dp.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportHeight="24.0"
android:viewportWidth="24.0">
<path android:pathData="M0 0h24v24H0z" />
<path
android:fillColor="@color/colorGrey800"
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zm1,15h-2v-6h2v6zm0,-8h-2V7h2v2z" />
</vector>

0 comments on commit dd68b35

Please sign in to comment.