Create NotificationScreen
This commit is contained in:
13
app/src/main/res/drawable/heart_outline.xml
Normal file
13
app/src/main/res/drawable/heart_outline.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:pathData="M352.92,80C288,80 256,144 256,144s-32,-64 -96.92,-64c-52.76,0 -94.54,44.14 -95.08,96.81 -1.1,109.33 86.73,187.08 183,252.42a16,16 0,0 0,18 0c96.26,-65.34 184.09,-143.09 183,-252.42 -0.54,-52.67 -42.32,-96.81 -95.08,-96.81z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="32"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
12
app/src/main/res/drawable/notifications.xml
Normal file
12
app/src/main/res/drawable/notifications.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="512"
|
||||
android:viewportHeight="512">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M440.08,341.31c-1.66,-2 -3.29,-4 -4.89,-5.93 -22,-26.61 -35.31,-42.67 -35.31,-118 0,-39 -9.33,-71 -27.72,-95 -13.56,-17.73 -31.89,-31.18 -56.05,-41.12a3,3 0,0 1,-0.82 -0.67C306.6,51.49 282.82,32 256,32s-50.59,19.49 -59.28,48.56a3.13,3.13 0,0 1,-0.81 0.65c-56.38,23.21 -83.78,67.74 -83.78,136.14 0,75.36 -13.29,91.42 -35.31,118 -1.6,1.93 -3.23,3.89 -4.89,5.93a35.16,35.16 0,0 0,-4.65 37.62c6.17,13 19.32,21.07 34.33,21.07H410.5c14.94,0 28,-8.06 34.19,-21A35.17,35.17 0,0 0,440.08 341.31Z"/>
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M256,480a80.06,80.06 0,0 0,70.44 -42.13,4 4,0 0,0 -3.54,-5.87H189.12a4,4 0,0 0,-3.55 5.87A80.06,80.06 0,0 0,256 480Z"/>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user