Hi I use 1gravity:android-contactpicker:1.0.6 library to pick multiple contacts from my phone. Here I don't want search feature.How to remove/hide search feature in this library? Any help will be appreciated and thanks in advance.
Asked
Active
Viewed 38 times
1 Answers
0
Adding library using gradle dependency
dependencies {
compile 'com.1gravity:android-contactpicker:1.0.6'
}
You won't be able to edit the library, in other words, it is only read-only.
Solution:
Download the whole project or clone it.
Import the 'library' as a library in android studio,
Now you can edit the library to meet your requirements!