1<?xml version="1.0" encoding="utf-8"?>
2
3<!-- Copyright 2019 The Chromium Authors. All rights reserved.
4     Use of this source code is governed by a BSD-style license that can be
5     found in the LICENSE file. -->
6
7<resources>
8    <!-- DualControlLayout button ids -->
9    <item type="id" name="button_primary" />
10    <item type="id" name="button_secondary" />
11
12    <!-- ViewHighlighter tags -->
13    <item type="id" name="highlight_state" />
14</resources>
15