Is it an Android's potential support package for Material Design? -


does package named "design" can find in android support sources meant supporting material design:

if yes, how use in android studio because doesn't work

compile 'com.android.support:support-design:+' 

the package name wrong try with:

com.android.support:design:22.2.0 

Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -