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

feat: theming with config #196

Merged
merged 2 commits into from
Jan 29, 2024

Conversation

k1rill
Copy link
Contributor

@k1rill k1rill commented Jan 21, 2024

Configuration of app theming now is depends of the PLATFORM_NAME value in the config.yaml

Default platform set as openedx.
Colors.kt and LocalShapes.kt moved to the openedx folder, configured as sourceSet inside module core.
Also LogistrationLogoView and SignInLogoView added to have an ability to customise Composable functions.

To make a custom theme you need to duplicate and rename existing openedex folder to yours. Now you can change files to be consistent with you app theme.

@k1rill k1rill linked an issue Jan 21, 2024 that may be closed by this pull request
@omerhabib26
Copy link
Contributor

Reviewing

omerhabib26
omerhabib26 previously approved these changes Jan 26, 2024
omerhabib26
omerhabib26 previously approved these changes Jan 26, 2024
@volodymyr-chekyrta volodymyr-chekyrta merged commit 17400df into openedx:develop Jan 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Android] Theming Customization Improvements
3 participants