feat: Move the notification code back into moxxy_native
This commit is contained in:
BIN
android/src/main/res/drawable-hdpi/ic_service.png
Normal file
BIN
android/src/main/res/drawable-hdpi/ic_service.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 464 B |
BIN
android/src/main/res/drawable-mdpi/ic_service.png
Normal file
BIN
android/src/main/res/drawable-mdpi/ic_service.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 327 B |
BIN
android/src/main/res/drawable-xhdpi/ic_service.png
Normal file
BIN
android/src/main/res/drawable-xhdpi/ic_service.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 642 B |
BIN
android/src/main/res/drawable-xxhdpi/ic_service.png
Normal file
BIN
android/src/main/res/drawable-xxhdpi/ic_service.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
BIN
android/src/main/res/drawable-xxxhdpi/ic_service.png
Normal file
BIN
android/src/main/res/drawable-xxxhdpi/ic_service.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
5
android/src/main/res/drawable/error.xml
Normal file
5
android/src/main/res/drawable/error.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z"/>
|
||||
</vector>
|
||||
5
android/src/main/res/drawable/mark_as_read.xml
Normal file
5
android/src/main/res/drawable/mark_as_read.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M17.34,20l-3.54,-3.54l1.41,-1.41l2.12,2.12l4.24,-4.24L23,14.34L17.34,20zM12,17c0,-3.87 3.13,-7 7,-7c1.08,0 2.09,0.25 3,0.68V4c0,-1.1 -0.9,-2 -2,-2H4C2.9,2 2,2.9 2,4v18l4,-4h6v0c0,-0.17 0.01,-0.33 0.03,-0.5C12.01,17.34 12,17.17 12,17z"/>
|
||||
</vector>
|
||||
5
android/src/main/res/drawable/reply.xml
Normal file
5
android/src/main/res/drawable/reply.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:autoMirrored="true" android:height="24dp"
|
||||
android:tint="#FFFFFF" android:viewportHeight="24"
|
||||
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M10,9V5l-7,7 7,7v-4.1c5,0 8.5,1.6 11,5.1 -1,-5 -4,-10 -11,-11z"/>
|
||||
</vector>
|
||||
5
android/src/main/res/drawable/warning.xml
Normal file
5
android/src/main/res/drawable/warning.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z"/>
|
||||
</vector>
|
||||
7
android/src/main/res/xml/file_paths.xml
Normal file
7
android/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Media files -->
|
||||
<files-path name="media" path="media/" />
|
||||
|
||||
<!-- Media thumbnails -->
|
||||
<cache-path name="thumbnails" path="thumbnails/" />
|
||||
</paths>
|
||||
Reference in New Issue
Block a user