Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I design Material for older versions?

How can I design Material for older versions?

I tried adding appcompat_v7 to my project but that didn't change anything unfortunately.

Please help!

like image 579
Mohammadhossein.Saeb.Shabani Avatar asked Dec 19 '22 07:12

Mohammadhossein.Saeb.Shabani


1 Answers

It's not automatic. But for starters, you will need appcompat 21. Take a look at this:

http://android-developers.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html?m=1

Edit: In the 2015's IO, Matias Duarte revealed the Support Design Library, which eases significantly this task. It's included in the SDK repository.

take a look here: http://android-developers.blogspot.com/2015/05/android-design-support-library.html

like image 74
Fco P. Avatar answered Jan 13 '23 13:01

Fco P.