PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, April 13, 2022

[FIXED] How to migrate from Material design 2 to 3 (MDC 1.4.0 to MDC 1.5.0)

 April 13, 2022     android, android-studio, material-design, material-design-3, migration     No comments   

Issue

I've been trying to do everything according to Migrating to Material Design 3, but nothing worked.

Android Studio can't see Theme.Material3.

My current project uses Theme.MaterialComponents.


Solution

All I had to do was to replace dependencies in the gradle folder:

implementation 'com.google.android.material:material:1.4.0'  

to

implementation 'com.google.android.material:material:1.5.0-beta01'

I found the solution in Getting started with Material Components for Android - Migration guidance



Answered By - Ksardas21
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing