[Backport] Notification icons (#459)
backport notification icons Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/459 Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
parent
e8c25fca2a
commit
e27e29b7ae
@ -19,7 +19,7 @@ import org.mian.gitnex.util.TinyDB;
|
|||||||
* Author M M Arif
|
* Author M M Arif
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@AcraNotification(resIcon = R.mipmap.app_logo,
|
@AcraNotification(resIcon = R.drawable.gitnex_transparent,
|
||||||
resTitle = R.string.crashTitle,
|
resTitle = R.string.crashTitle,
|
||||||
resChannelName = R.string.setCrashReports,
|
resChannelName = R.string.setCrashReports,
|
||||||
resText = R.string.crashMessage)
|
resText = R.string.crashMessage)
|
||||||
|
45
app/src/main/res/drawable-anydpi-v24/gitnex_transparent.xml
Normal file
45
app/src/main/res/drawable-anydpi-v24/gitnex_transparent.xml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:width="24dp"
|
||||||
|
android:height="24dp"
|
||||||
|
android:viewportWidth="120.59775"
|
||||||
|
android:viewportHeight="120.59775"
|
||||||
|
android:tint="#FFFFFF">
|
||||||
|
<group android:translateX="-7.436125"
|
||||||
|
android:translateY="-7.436125">
|
||||||
|
<path
|
||||||
|
android:pathData="M67.733,67.74m-67.733,0a67.733,67.733 0,1 1,135.466 0a67.733,67.733 0,1 1,-135.466 0"
|
||||||
|
android:fillColor="#39404a"
|
||||||
|
android:fillAlpha="0.0"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M31.738,44.619a9.139,9.151 63.874,1 0,12.769 -13.108a9.139,9.151 63.874,1 0,-12.769 13.108z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M31.875,114.541a9.139,9.151 63.874,1 0,12.769 -13.108a9.139,9.151 63.874,1 0,-12.769 13.108z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M61.361,79.846a9.139,9.151 63.874,1 0,12.769 -13.108a9.139,9.151 63.874,1 0,-12.769 13.108z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M34.37,18.337l7.038,0.003l-0.096,85.655l-7.038,-0.003z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="m37.878,38.133c31.743,0.128 29.614,-4.427 29.723,36.496"
|
||||||
|
android:strokeWidth="8.7255"
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:strokeColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="m97.323,108.453c-31.743,-0.128 -29.614,4.427 -29.723,-36.496"
|
||||||
|
android:strokeWidth="8.7255"
|
||||||
|
android:fillColor="#00000000"
|
||||||
|
android:strokeColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M90.959,44.619a9.139,9.151 63.874,1 0,12.769 -13.108a9.139,9.151 63.874,1 0,-12.769 13.108z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M90.955,114.542a9.139,9.151 63.874,1 0,12.769 -13.108a9.139,9.151 63.874,1 0,-12.769 13.108z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
<path
|
||||||
|
android:pathData="M93.872,35.062l7.038,0.002l-0.096,68.927l-7.038,-0.002z"
|
||||||
|
android:fillColor="#39404a"/>
|
||||||
|
</group>
|
||||||
|
</vector>
|
BIN
app/src/main/res/drawable-hdpi/gitnex_transparent.png
Normal file
BIN
app/src/main/res/drawable-hdpi/gitnex_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 576 B |
BIN
app/src/main/res/drawable-mdpi/gitnex_transparent.png
Normal file
BIN
app/src/main/res/drawable-mdpi/gitnex_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 386 B |
BIN
app/src/main/res/drawable-xhdpi/gitnex_transparent.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/gitnex_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 730 B |
BIN
app/src/main/res/drawable-xxhdpi/gitnex_transparent.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/gitnex_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
app/src/main/res/drawable-xxxhdpi/gitnex_transparent.png
Normal file
BIN
app/src/main/res/drawable-xxxhdpi/gitnex_transparent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
x
Reference in New Issue
Block a user