KyleMcMullin / CS3450-Group7

Group 7's CS3450 project repository
0 stars 3 forks source link

Material Design Compliance #44

Closed KuzonFyre closed 2 years ago

KuzonFyre commented 2 years ago

Jetpack Compose Library integrated with Material Design 3. https://developer.android.com/jetpack/androidx/releases/compose-material3

KuzonFyre commented 2 years ago

Dependency

43

KyleMcMullin commented 2 years ago

@all We will need to make sure that all components fall under this basis. We should not hardcode any specific colors into our composables. If we only use material design color and design features then it will make it a lot easier down the road to change the colors of all componenents. Link discussing jetpack compose themes and colors for material design This link should have the majority of the documentation needed, including colors, theme colors, surfaces, overlays, text styles, etc.

KuzonFyre commented 2 years ago

No longer going to support this.