enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
85 stars 154 forks source link

Migrating to Material Design 3 #972

Closed madhurmehta007 closed 8 months ago

madhurmehta007 commented 1 year ago

Updating the app theme to Material 3

Material Design 3 has an expanded color system that takes advantage of features such as dynamic color.

If you use Material Theme Builder to reconfigure your palettes, you can simply drop in the Android XML or Compose theme code. Otherwise, replace Theme.MaterialComponents. with Theme.Material3. for themes and Widget.MaterialComponents. with Widget.Material3. for widget styles.

Reference : https://material.io/blog/migrating-material-3

image

madhurmehta007 commented 1 year ago

I have already started working on it

SebaDro commented 8 months ago

I wil close this issue due to the same reason as mentioned in #973.