我正在尝试在我的android项目中添加CountryCodePicker
,在组件树中,它在CCP处显示问号,并且不起作用。
这是我现在正在使用的XML代码
<com.hbb20.CountryCodePicker
android:id="@+id/ccp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:ccp_defaultNameCode="IN">
</com.hbb20.CountryCodePicker>