Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我使用 1gravity:android-contactpicker:1.0.6 库从我的手机中选择多个联系人。这里我不想要搜索功能。如何在这个库中删除/隐藏搜索功能?任何帮助将不胜感激,并提前感谢。
使用 gradle 依赖添加库
dependencies { compile 'com.1gravity:android-contactpicker:1.0.6' }
您将无法编辑库,换句话说,它只是只读的。
解决方案:
下载整个项目或克隆它。 将“库”作为库导入 android studio,
下载整个项目或克隆它。
将“库”作为库导入 android studio,
现在您可以编辑库以满足您的要求!