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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -