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

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -