Initial commit
This commit is contained in:
10
app/src/main/res/drawable/ic_notification.xml
Executable file
10
app/src/main/res/drawable/ic_notification.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FFFFFF"
|
||||
android:pathData="M18,2H6C4.9,2 4,2.9 4,4v16c0,1.1 0.9,2 2,2h12c1.1,0 2,-0.9 2,-2V4c0,-1.1 -0.9,-2 -2,-2zM17,13h-3v3h-2v-3H9v-2h3V8h2v3h3v2z" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user