Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_introduction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
app:ccp_countryAutoDetectionPref="SIM_NETWORK_LOCALE"
app:ccp_defaultLanguage="UZBEK"
app:ccp_countryPreference="pk,in,us"
app:ccp_hintExampleNumber="true" />
app:ccp_hintExampleNumber="true"
app:ccp_defaultLanguage="AFRIKAANS"/>

<EditText
android:id="@+id/et_phone"
Expand Down
1 change: 1 addition & 0 deletions ccp/src/main/java/com/hbb20/CountryCodePicker.java
Original file line number Diff line number Diff line change
Expand Up @@ -2125,6 +2125,7 @@ public void setHintExampleNumberType(PhoneNumberType hintExampleNumberType) {
//add an entry for your language in attrs.xml's <attr name="language" format="enum"> enum.
//add here so that language can be set programmatically
public enum Language {
AFRIKAANS("af"),
ARABIC("ar"),
BENGALI("bn"),
CHINESE_SIMPLIFIED("zh"),
Expand Down
Loading