Material design theme customizer#1808
Merged
Edward-NewGate-KOC merged 5 commits intoSketchware-Pro:mainfrom Aug 3, 2025
FabioSilva11:Material-Design-Theme-Customizer
Merged
Material design theme customizer#1808Edward-NewGate-KOC merged 5 commits intoSketchware-Pro:mainfrom FabioSilva11:Material-Design-Theme-Customizer
Edward-NewGate-KOC merged 5 commits intoSketchware-Pro:mainfrom
FabioSilva11:Material-Design-Theme-Customizer
Conversation
added 2 commits
August 1, 2025 13:58
A comprehensive theme management system that allows users to customize the visual appearance of their Android projects by selecting from a curated collection of Material Design 3 color schemes or generating unique random color combinations. The system offers 12 pre-made themes, including variants of Material Design (Purple, Blue, Green, Red, Orange, Teal, Indigo, Pink), as well as dark and light themes. Each theme consists of five coordinated colors: primary, primary dark, accent, control accent, and control normal. The random theme generator creates harmonious color palettes using HSV color space algorithms combined with complementary color theory, ensuring visually appealing and accessible color combinations for Android apps. Key Features: Pre-built Material Design 3 themes with industry-standard color palettes Random theme generator using HSV color space and complementary color theory Visual theme preview with color swatches showing all five theme colors One-click theme application to instantly update the project’s appearance Accessibility-focused color combinations with proper contrast ratios Cross-platform compatibility with Android’s Material Design guidelines This functionality is essential for developers who want to build Android apps with a professional and consistent look, following Material Design guidelines.
Contributor
|
Mm,this kinda looks AI generated cuz the comments but maybe im wrong |
Author
|
And because I hate disorganized |
Collaborator
Even if it's AI-generated, it's totally fine |
trindadedev13
requested changes
Aug 1, 2025
app/src/main/java/com/besome/sketch/projects/ThemePresetAdapter.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/besome/sketch/projects/MyProjectSettingActivity.java
Show resolved
Hide resolved
Edward-NewGate-KOC
requested changes
Aug 1, 2025
Collaborator
|
The code structure looks fine — I’ll properly test it tomorrow |
Collaborator
|
Next time, please follow the commit message guidelines |
Author
|
ja fizeram a virificação? |
Collaborator
|
Author
|
Perfect, thank you. |
app/src/main/java/com/besome/sketch/projects/MyProjectSettingActivity.java
Outdated
Show resolved
Hide resolved
app/src/main/java/com/besome/sketch/projects/MyProjectSettingActivity.java
Outdated
Show resolved
Hide resolved
Author
|
Perfect, I’ll apply the changes you mentioned. |
Collaborator
No, I've already fixed all of it |
Edward-NewGate-KOC
approved these changes
Aug 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A comprehensive theme management system that allows users to customize the visual appearance of their Android projects by selecting from a curated collection of Material Design 3 color schemes or generating unique random color combinations. The system offers 12 pre-made themes, including variants of Material Design (Purple, Blue, Green, Red, Orange, Teal, Indigo, Pink), as well as dark and light themes. Each theme consists of five coordinated colors: primary, primary dark, accent, control accent, and control normal. The random theme generator creates harmonious color palettes using HSV color space algorithms combined with complementary color theory, ensuring visually appealing and accessible color combinations for Android apps.
Key Features:
This functionality is essential for developers who want to build Android apps with a professional and consistent look, following Material Design guidelines.