Closed m1ga closed 5 months ago
Think it is time to add a default adaptive icon to the project template.
<application android:icon="@mipmap/ic_launcher" />
Template is in: https://github.com/tidev/titanium-sdk/tree/master/templates/app/default/template Icon is here: https://github.com/tidev/titanium-sdk/blob/master/templates/app/default/template/DefaultIcon.png
Test it with a classic project (ti create --alloy) and an Alloy project (ti create --alloy)
ti create --alloy
if it is not there the SDK could generate it using DefaultIcon.png (or Defaulticon-android.png) like it is doing for iOS.
Android
I have searched and made sure there are no existing issues for the issue I am filing
Description
Think it is time to add a default adaptive icon to the project template.
Solution
<application android:icon="@mipmap/ic_launcher" />
Template is in: https://github.com/tidev/titanium-sdk/tree/master/templates/app/default/template Icon is here: https://github.com/tidev/titanium-sdk/blob/master/templates/app/default/template/DefaultIcon.png
Test it with a classic project (
ti create --alloy
) and an Alloy project (ti create --alloy
)Alternatives
if it is not there the SDK could generate it using DefaultIcon.png (or Defaulticon-android.png) like it is doing for iOS.
Platforms
Android