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
Post a Comment