i m trying to add Country code Picker in my android project , in component tree it is showing question mark at CCP
Clash Royale CLAN TAG#URR8PPP
i m trying to add Country code Picker in my android project , in component tree it is showing question mark at CCP
This is XML code which I am using right now
<com.hbb20.CountryCodePicker
android:id="@+id/ccp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:ccp_defaultNameCode="IN">
</com.hbb20.CountryCodePicker>
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
CCP is not working....
– Sandeep Vishwakarma
15 mins ago