| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2025 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| <resources> |
| <style name="RoundedImageCornerOverlay" parent=""> |
| <item name="cornerFamily">rounded</item> |
| <item name="cornerSize">@dimen/ntp_customization_theme_collections_icon_outer_radius</item> |
| </style> |
| <style name="TextAppearance.PreviewDialogText" |
| parent="TextAppearance.TextMediumThick"> |
| <item name="android:textColor">@color/ntp_upload_image_preview_dialog_color_list</item> |
| </style> |
| <style name="TextButton.PreviewDialogCancelButton" parent="TextButton.OnAccent1"> |
| <item name="buttonTextColor">@color/ntp_upload_image_preview_dialog_color_list</item> |
| </style> |
| </resources> |