chromium/chrome/browser/ui/android/quickactionsearchwidget/java/res/values-sw280dp/styles.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>
  <style name="QuickActionSearchWidget.SmallLensButton" parent="QuickActionSearchWidgetSmallButton">
    <item name="android:visibility">visible</item>
  </style>
  <style name="QuickActionSearchWidget.SmallDinoButton" parent="QuickActionSearchWidgetSmallButton">
    <item name="android:visibility">gone</item>
  </style>
</resources>