Hi friends today I share with you one other most important things. Yes it's about material design.
Now material design is sooooooooo cool things. and it's start with android api 21. But if we want to support with api 10 then here is the steps.
Follow @harin_kaklotar
Now material design is sooooooooo cool things. and it's start with android api 21. But if we want to support with api 10 then here is the steps.
- First add library or dependency in project (Support library v7)
- Create your xml and use the material color.
- extends AppCompactActivity in the java file.
- use Theme.AppCompact in the Android Manifest/styles.xml
That's done....