Skip to content

Marketplace

Tab buttons

In order to configure the Tab buttons, add the following code.

1
2
<item name="icc_widget_commerce_home_tab_button_width">@dimen/dimen_96</item>
<item name="icc_widget_commerce_home_tab_button_height">@dimen/dimen_120</item>

Brand layout customization for landscape

Brand layout padding

In order to configure the Brand layout padding, add the following code.

1
<item name="icc_widget_brand_layout_padding">@dimen/brand_item_margin</item>

Brand name top margin

In order to configure the Brand name top margin, add the following code.

1
<item name="icc_widget_brand_name_top_margin">@dimen/brand_name_top_margin</item>

Marketplace badge number

In order to configure the Marketplace badge number, add the following code.

1
2
3
<item name="icc_widget_cart_badge_no_letter_spacing">@dimen/letter_spacing_006</item>
<item name="icc_widget_cart_badge_no_text_color">@color/C7</item>
<item name="icc_widget_cart_badge_no_text_size">@dimen/textSize_32</item>

Marketplace title

In order to configure the Marketplace title, add the following code.

1
2
3
<item name="icc_widget_commerce_home_title_text_color">@color/C15</item>
<item name="icc_widget_commerce_home_title_text_size">@dimen/textSize_64</item>
<item name="icc_widget_commerce_home_title_letter_spacing">@dimen/letter_spacing_003</item>

Marketplace subtitle

In order to configure the Marketplace subtitle, add the following code.

1
2
3
<item name="icc_widget_commerce_home_subtitle_text_color">@color/C7</item>
<item name="icc_widget_commerce_home_subtitle_text_size">@dimen/textSize_24</item>
<item name="icc_widget_commerce_home_subtitle_letter_spacing">@dimen/letter_spacing_007</item>