Michael Dluhosch

Results 2 comments of Michael Dluhosch

Also with 2.5.0 the arrow won't show. XML: > android:id="@+id/modify_country" > android:layout_width="0dp" > android:layout_height="wrap_content" > android:inputType="text" > app:ccp_autoDetectCountry="true" > app:ccp_autoDetectLanguage="true" > app:ccp_countryPreference="DE,US,GB" > app:ccp_defaultLanguage="ENGLISH" > app:ccp_defaultNameCode="DE" > app:ccp_showArrow="true" > app:ccp_showFlag="true"...

I finally narrowed it down. I created a new Android app from Android Studio (Basic Activity). Then I added the country code picker to the fragment_first.xml and everything was working...