chromium/chrome/browser/tab_ui/android/java/res/values/attrs.xml

<?xml version="1.0" encoding="utf-8"?>

<!--
Copyright 2024 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->

<resources>
  <declare-styleable name="TabThumbnailPlaceholder">
    <attr name="colorTileBase" format="color" />
    <attr name="elevationTileBase" format="dimension" />
  </declare-styleable>

  <declare-styleable name="TabThumbnailView">
    <attr name="cornerRadiusTopStart" format="dimension" />
    <attr name="cornerRadiusTopEnd" format="dimension" />
    <attr name="cornerRadiusBottomStart" format="dimension" />
    <attr name="cornerRadiusBottomEnd" format="dimension" />
  </declare-styleable>
</resources>