Notification icons (#458)

New notification icon with transparent background

Co-authored-by: 6543 <6543@noreply.gitea.io>
Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/458
Reviewed-by: opyale <opyale@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
This commit is contained in:
M M Arif
2020-04-26 11:13:56 +00:00
committed by 6543
parent 6736fa2f5d
commit eca46b7913
7 changed files with 46 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ import org.mian.gitnex.util.TinyDB;
* Author M M Arif
*/
@AcraNotification(resIcon = R.mipmap.app_logo,
@AcraNotification(resIcon = R.drawable.gitnex_transparent,
resTitle = R.string.crashTitle,
resChannelName = R.string.setCrashReports,
resText = R.string.crashMessage)