Navigation Menu

Skip to content

Commit

Permalink
Use circle shape for Android icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhcc committed Sep 26, 2019
1 parent 4aa5cef commit 61a2752
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 2 deletions.
Binary file modified App_Resources/Android/src/main/res/drawable-hdpi/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App_Resources/Android/src/main/res/drawable-ldpi/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App_Resources/Android/src/main/res/drawable-mdpi/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App_Resources/Android/src/main/res/drawable-xhdpi/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App_Resources/Android/src/main/res/drawable-xxhdpi/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified App_Resources/Android/src/main/res/drawable-xxxhdpi/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@
- Show alert when choosing file from external storage.
- Fixed incorrect current date on transaction form.
- Dim application screen when loading file.
- Circle shape for Android icon.

## 1.2.0

Expand Down
File renamed without changes.
Binary file renamed images/logo.xcf → artwork/logo.xcf
Binary file not shown.
Binary file added artwork/logo_circle.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -55,8 +55,8 @@
},
"scripts": {
"postinstall": "./scripts/copy-fonts.js",
"build-icons": "tns resources generate icons images/logo.png",
"build-splashes": "tns resources generate splashes images/logo.png --background \"#205081\"",
"build-icons": "tns resources generate icons artwork/logo_circle.png",
"build-splashes": "tns resources generate splashes artwork/logo_rounded.png --background \"#205081\"",
"android": "tns debug android",
"android-debug": "tns build android",
"android-release": "tns build android --release --clean --key-store-path /dev/null --key-store-alias NULL --key-store-password NULL --key-store-alias-password NULL",
Expand Down

0 comments on commit 61a2752

Please sign in to comment.