This library includes Navigation View, Floating Action Button (FAB), Text Input Layout, Snack Bar, Tab Layout.
The components are backwards compatible, with support back to Android 2.1 and implementing them is easier than previously.
To use this library, below declaration is needed application build.gradle file.
The components are backwards compatible, with support back to Android 2.1 and implementing them is easier than previously.
To use this library, below declaration is needed application build.gradle file.
dependencies {
compile "com.android.support:appcompat-v7:${supportLibVersion}"
compile "com.android.support:design:${supportLibVersion}"
}
No comments:
Post a Comment