Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update android theming docs to reflect cordova 11 change #2265

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

mpost
Copy link
Member

@mpost mpost commented Jul 4, 2023

With the removal of the Tabris.js specific splash screen theming mechanism, the default cordova mechanism is now used. This change updated the docs to reflect those new capabilities.

Fixes #2264

@mpost mpost requested a review from tbuschto July 4, 2023 09:33
@mpost mpost added the doc label Jul 4, 2023
@mpost mpost requested review from cpetrov and removed request for tbuschto July 4, 2023 09:36

These configuration steps are straight forward with the elements available in the apps `config.xml`. The following excerpt shows how to copy the created _myapp_theme.xml_ via the `<resource-file>` element into the app and to apply it via the `<preference>` element.
These configuration steps are straight forward with a configuration in the apps `config.xml`. The following excerpt shows how to copy the created _myapp_theme.xml_ via the `<resource-file>` element into the app and to apply it via the `<preference>` element.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apps -> app's


These configuration steps are straight forward with the elements available in the apps `config.xml`. The following excerpt shows how to copy the created _myapp_theme.xml_ via the `<resource-file>` element into the app and to apply it via the `<preference>` element.
These configuration steps are straight forward with a configuration in the apps `config.xml`. The following excerpt shows how to copy the created _myapp_theme.xml_ via the `<resource-file>` element into the app and to apply it via the `<preference>` element.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"configuration" twice in the same sentence

With the removal of the Tabris.js specific splash screen theming
mechanism, the default cordova mechanism is now used. This change
updated the docs to reflect those new capabilities.

Fixes #2264
@mpost mpost merged commit 55c0c0d into master Jul 4, 2023
1 check passed
@mpost mpost deleted the android-theming-docs branch July 4, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation for Android theme configuration
3 participants