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

Unable to change arrow size #83

Closed manojkumar0408 closed 4 years ago

manojkumar0408 commented 4 years ago

i am trying to change arrow size.. used all mentioned recommendations but it is not working

joielechong commented 4 years ago

You need to use ccp_arrowSize attribute, something like this:

<com.rilixtech.widget.countrycodepicker.CountryCodePicker
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:ccp_arrowSize="50dp"/>