account-kit-samples-for-android icon indicating copy to clipboard operation
account-kit-samples-for-android copied to clipboard

Country Code picker background color

Open shashankpsingh opened this issue 6 years ago • 3 comments

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

shashankpsingh avatar Feb 02 '19 05:02 shashankpsingh

Hi Shashankpsingh. Would you mind upload the video again? I'm not so sure which part are you referring to.

CFFChi avatar May 23 '19 17:05 CFFChi

account-kit-bg

Hey,

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

shashankpsingh avatar May 27 '19 07:05 shashankpsingh

Thanks!

CFFChi avatar May 30 '19 17:05 CFFChi