Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
70797979
Verified
Commit
70797979
authored
Feb 28, 2018
by
Sébastiaan Versteeg
Browse files
Fix notification icon, use drawable instead of mipmap
parent
0b6e9427
Changes
6
Hide whitespace changes
Inline
Side-by-side
android/app/src/main/AndroidManifest.xml
View file @
70797979
...
...
@@ -51,7 +51,7 @@
<meta-data
android:name=
"com.google.firebase.messaging.default_notification_icon"
android:resource=
"@
mipmap
/ic_notification"
/>
android:resource=
"@
drawable
/ic_notification"
/>
<meta-data
android:name=
"android.max_aspect"
android:value=
"2.1"
/>
...
...
android/app/src/main/res/
mipmap
-hdpi/ic_notification.png
→
android/app/src/main/res/
drawable
-hdpi/ic_notification.png
View file @
70797979
File moved
android/app/src/main/res/
mipmap
-mdpi/ic_notification.png
→
android/app/src/main/res/
drawable
-mdpi/ic_notification.png
View file @
70797979
File moved
android/app/src/main/res/
mipmap
-xhdpi/ic_notification.png
→
android/app/src/main/res/
drawable
-xhdpi/ic_notification.png
View file @
70797979
File moved
android/app/src/main/res/
mipmap
-xxhdpi/ic_notification.png
→
android/app/src/main/res/
drawable
-xxhdpi/ic_notification.png
View file @
70797979
File moved
android/app/src/main/res/
mipmap
-xxxhdpi/ic_notification.png
→
android/app/src/main/res/
drawable
-xxxhdpi/ic_notification.png
View file @
70797979
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment