| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2026 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| |
| <resources> |
| <!-- Glic expanded content dimensions --> |
| <dimen name="glic_expanded_header_top_margin">20dp</dimen> |
| <dimen name="glic_expanded_header_bottom_margin">8dp</dimen> |
| <dimen name="glic_expanded_row_top_margin">16dp</dimen> |
| <dimen name="glic_expanded_row_icon_size">20dp</dimen> |
| <dimen name="glic_expanded_row_icon_margin_end">12dp</dimen> |
| <dimen name="glic_expanded_container_padding_bottom">16dp</dimen> |
| <dimen name="glic_expanded_content_line_height">20sp</dimen> |
| |
| <!-- Glic promo dimensions --> |
| <dimen name="glic_promo_bottom_sheet_margin_bottom">20dp</dimen> |
| <dimen name="glic_promo_description_margin_top">8dp</dimen> |
| <dimen name="glic_promo_description_margin_bottom">24dp</dimen> |
| <dimen name="glic_promo_description_line_spacing">4dp</dimen> |
| |
| <!-- Glic extra info dimensions --> |
| <dimen name="glic_extra_info_text_margin_start">12dp</dimen> |
| <dimen name="glic_extra_info_padding">16dp</dimen> |
| <dimen name="glic_extra_info_row_top_margin">8dp</dimen> |
| <dimen name="glic_extra_info_margin">24dp</dimen> |
| |
| <!-- Glic divider dimensions on toolbar --> |
| <dimen name="glic_divider_height">20dp</dimen> |
| <dimen name="glic_divider_width">2dp</dimen> |
| <dimen name="glic_divider_margin">18dp</dimen> |
| |
| <!-- Glic task menu dimensions --> |
| <dimen name="glic_task_menu_max_width">300dp</dimen> |
| <dimen name="glic_task_menu_max_width_desktop">360dp</dimen> |
| <dimen name="glic_task_menu_end_offset">16dp</dimen> |
| <!-- LINT.IfChange --> |
| <!-- 24dp (original width) + 16dp (extra space between end icon/dot and title) --> |
| <dimen name="glic_menu_end_icon_width">40dp</dimen> |
| <dimen name="glic_menu_end_icon_width_desktop">32dp</dimen> |
| <!-- LINT.ThenChange(//chrome/browser/glic/android/java/res/drawable/glic_menu_dot.xml) --> |
| <dimen name="glic_dirty_dot_size">6dp</dimen> |
| <dimen name="glic_task_menu_item_vertical_padding">12dp</dimen> |
| </resources> |