Skip to content

Commit

Permalink
Android icons implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami Taibah committed Feb 26, 2018
1 parent d7705b8 commit bee9632
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@ We use [cordova-splash](https://github.com/AlexDisler/cordova-splash) & [cordova

For splash screens run:

cordova-splash
cordova-splash

Then:

cp -r platforms/android/app/src/main/res/* resources/canoe/android/splash
cp -r platforms/android/app/src/main/res/* resources/canoe/android/splash

## Version numbering
Canoe uses the `MAJOR.MINOR.PATCH` convention for versioning. Any release that adds features should modify the MINOR or MAJOR number.
Expand Down
12 changes: 6 additions & 6 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
</platform>
<platform name="android">
<preference name="android-manifest/application/@android:allowBackup" value="false" />
<icon density="ldpi" src="resources/canoe/android/icon/drawable-ldpi-icon.png" />
<icon density="mdpi" src="resources/canoe/android/icon/drawable-mdpi-icon.png" />
<icon density="hdpi" src="resources/canoe/android/icon/drawable-hdpi-icon.png" />
<icon density="xhdpi" src="resources/canoe/android/icon/drawable-xhdpi-icon.png" />
<icon density="xxhdpi" src="resources/canoe/android/icon/drawable-xxhdpi-icon.png" />
<icon density="xxxhdpi" src="resources/canoe/android/icon/drawable-xxxhdpi-icon.png" />
<icon density="ldpi" src="resources/canoe/android/icon/drawable-ldpi/icon.png" />
<icon density="mdpi" src="resources/canoe/android/icon/drawable-mdpi/icon.png" />
<icon density="hdpi" src="resources/canoe/android/icon/drawable-hdpi/icon.png" />
<icon density="xhdpi" src="resources/canoe/android/icon/drawable-xhdpi/icon.png" />
<icon density="xxhdpi" src="resources/canoe/android/icon/drawable-xxhdpi/icon.png" />
<icon density="xxxhdpi" src="resources/canoe/android/icon/drawable-xxxhdpi/icon.png" />
<splash density="port-hdpi" src="resources/canoe/android/splash/drawable-port-hdpi/screen.png" />
<splash density="port-ldpi" src="resources/canoe/android/splash/drawable-port-ldpi/screen.png" />
<splash density="port-mdpi" src="resources/canoe/android/splash/drawable-port-mdpi/screen.png" />
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/canoe/android/icon/drawable-hdpi-icon.png
Binary file not shown.
Binary file removed resources/canoe/android/icon/drawable-ldpi-icon.png
Binary file not shown.
Binary file removed resources/canoe/android/icon/drawable-mdpi-icon.png
Binary file not shown.
Binary file removed resources/canoe/android/icon/drawable-xhdpi-icon.png
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bee9632

Please sign in to comment.