I need only one component (TextInputLayout
) of a library (android.support.design
). So would be forced to add:
compile 'com.android.support:design:25.2.0'
into my project's dependencies and increased the size of my finally .apk
file, more than expected. How can I import the only components that are needed?