Order history items
Order history items
For configuring the Order history items, add the following code.
| <item name="icc_widget_order_history_background_color">@color/C155</item>
|

Order history time text
For configuring the Order history time text, add the following code.
| <item name="icc_widget_order_history_time_text_color">@color/C5</item>
<item name="icc_widget_order_history_time_text_size">@dimen/textSize_36</item>
|

Order history product text
For configuring the Order history product text, add the following code.
| <item name="icc_widget_order_history_product_text_color">@color/C5</item>
<item name="icc_widget_order_history_product_text_size">@dimen/textSize_28</item>
|

Order history price text
For configuring the Order history price text, add the following code.
| <item name="icc_widget_order_history_price_text_color">@color/C5</item>
<item name="icc_widget_order_history_price_text_size">@dimen/textSize_44</item>
|

Order history no items text
For configuring the Order history no items text, add the following code.
| <item name="icc_widget_order_history_no_items_text_color">@color/C8</item>
<item name="icc_widget_order_history_no_items_text_size">@dimen/textSize_36</item>
|
Order details items
For configuring the Order details items, add the following code.
| <item name="icc_widget_order_details_title_color">@color/C5</item>
<item name="icc_widget_order_placing_time_color">@color/C15</item>
<item name="icc_widget_order_details_title_text_size">@dimen/textSize_34</item>
<item name="icc_widget_order_details_placing_time_text_size">@dimen/textSize_28</item>
|
For configuring the Scrollbar color, add the following code.
| <item name="icc_widgets_scrollbar_color">@color/C7</item>
|

Order product quantity text
For configuring the Order product quantity text, add the following code.
| <item name="icc_widget_order_product_quantity_text_size">@dimen/textSize_36</item>
<item name="icc_widget_order_product_quantity_letter_spacing">@dimen/letter_spacing_004</item>
<item name="icc_widget_order_product_quantity_text_color">@color/C7</item>
|

Order details drive button text
For configuring the Order details drive button text, add the following code.
| <item name="icc_widget_order_details_drive_button_text_size">@dimen/textSize_28</item>
<item name="icc_widget_order_details_drive_button_letter_spacing">@dimen/letter_spacing_007</item>
<item name="icc_widget_order_details_drive_button_text_color">@color/C103</item>
|

Order price text
For configuring the Order price text, add the following code.
| <item name="icc_widget_order_price_text_size">@dimen/textSize_36</item>
<item name="icc_widget_order_price_letter_spacing">@dimen/letter_spacing_004</item>
<item name="icc_widget_order_price_text_color">@color/C5</item>
|

Order price label
For configuring the Order price label, add the following code.
| <item name="icc_widget_order_total_price_text_size">@dimen/textSize_28</item>
<item name="icc_widget_order_total_price_letter_spacing">@dimen/letter_spacing_007</item>
<item name="icc_widget_order_total_price_text_color">@color/C5</item>
|

For configuring the Order back button, add the following code.
| <item name="icc_widget_order_back_button_color">@color/C158</item>
|
Brand logo outline shadow color
For configuring the Brand logo outline shadow color, add the following code.
| <item name="icc_widget_order_card_outline_shadow_color">@color/C103</item>
|
