Com.google.android.material:material Code Example


Example 1: android material design gradle dependency

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

Example 2: material design android dependency androidx

dependencies {     // ...     implementation 'com.google.android.material:material:<version>'     // ...   }

Comments

Popular posts from this blog

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Can Feynman Diagrams Be Used To Represent Any Perturbation Theory?