joielechong / CountryCodePicker

Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Apache License 2.0
315 stars 143 forks source link

Only want to show flag #41

Closed Mehdi-android closed 5 years ago

Mehdi-android commented 5 years ago

Hello, this is awesome library. Only problem is now i only want to show flag and nothing else.

joielechong commented 5 years ago

Sorry for late response and my laziness.. :(.

Now you can use app:ccp_hidePhoneCode="true" and app:ccp_hidePhoneCode="true" attribute to hide the phone number with version 2.4.1:

<com.rilixtech.widget.countrycodepicker.CountryCodePicker
      android:id="@+id/ccp"
      android:layout_width="wrap_content"
      android:layout_height="wrap_content"
      app:ccp_hideNameCode="true"
      app:ccp_hidePhoneCode="true"
      />