account-kit-samples-for-android
account-kit-samples-for-android copied to clipboard
Country Code picker background color
I used account kit by facebook and I am unable to find the background color for country code picker. It shows black color don't know.
Sharing my app theme.
<style name="AppLoginTheme" parent="Theme.AccountKit"> <item name="com_accountkit_primary_color">@color/colorPrimary</item> <item name="com_accountkit_primary_text_color">@color/colorWhite</item> <item name="com_accountkit_secondary_color">@color/colorAccent</item> <item name="com_accountkit_secondary_text_color">@color/colorTextSecondary</item> <item name="com_accountkit_status_bar_color">@color/colorPrimaryDarkL</item> <item name="com_accountkit_background_color">@color/colorOverlay</item> <item name="com_accountkit_input_background_color">@color/colorWhite</item> <item name="com_accountkit_input_border_color">@color/colorPrimary</item> <item name="com_accountkit_button_disabled_background_color">@color/colorAccent</item> <item name="com_accountkit_button_disabled_border_color">@color/colorAccent</item> <item name="com_accountkit_button_background_color">@color/colorPrimary</item> <item name="com_accountkit_button_text_color">@android:color/white</item> <item name="com_accountkit_icon_color">@color/colorPrimary</item> <item name="com_accountkit_background">@drawable/ak_background</item> <item name="com_accountkit_toolbar_elevation">8dp</item> </style>
Link to screenshot: https://ibb.co/8MvDptF
Hi Shashankpsingh. Would you mind upload the video again? I'm not so sure which part are you referring to.

Hey,
Above is the image showing the issue. It comes whenever you try to change country from that country picker.
Thanks!