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
72890227
Verified
Commit
72890227
authored
Aug 12, 2018
by
Sébastiaan Versteeg
Browse files
Add adaptive icon and activate round icon in manifest
parent
cfee4808
Changes
13
Hide whitespace changes
Inline
Side-by-side
android/app/src/debug/res/mipmap-anydpi/ic_launcher.xml
0 → 100644
View file @
72890227
<adaptive-icon
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<background
android:drawable=
"@color/gray"
/>
<foreground
android:drawable=
"@drawable/ic_launcher_foreground"
/>
</adaptive-icon>
\ No newline at end of file
android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
0 → 100755
View file @
72890227
4.66 KB
android/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
0 → 100755
View file @
72890227
2.73 KB
android/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
0 → 100755
View file @
72890227
6.04 KB
android/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
0 → 100755
View file @
72890227
10.4 KB
android/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
0 → 100755
View file @
72890227
14 KB
android/app/src/main/AndroidManifest.xml
View file @
72890227
...
...
@@ -11,6 +11,7 @@
android:allowBackup=
"true"
android:label=
"@string/app_name"
android:icon=
"@mipmap/ic_launcher"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:theme=
"@style/AppTheme"
>
<activity
android:name=
".MainActivity"
...
...
android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
0 → 100644
View file @
72890227
3.64 KB
android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
0 → 100644
View file @
72890227
2 KB
android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
0 → 100644
View file @
72890227
5.31 KB
android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
0 → 100644
View file @
72890227
9.25 KB
android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
0 → 100644
View file @
72890227
13.8 KB
android/app/src/main/res/mipmap-anydpi/ic_launcher.xml
0 → 100644
View file @
72890227
<adaptive-icon
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<background
android:drawable=
"@color/magenta"
/>
<foreground
android:drawable=
"@drawable/ic_launcher_foreground"
/>
</adaptive-icon>
\ No newline at end of file
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