blob: 73180e748e42b853a9c1a2dd480e2e2ad66b8a7b [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Buttons -->
<style name="ButtonCompat" parent="ButtonCompatBase">
<item name="android:background">@drawable/button_compat</item>
<item name="android:fontFamily">sans-serif-medium</item>
</style>
<style name="ButtonCompatBorderless" parent="ButtonCompat">
<item name="android:background">@drawable/button_borderless_compat</item>
</style>
<!-- Used by Chrome and Content -->
<style name="RobotoMediumStyle" tools:ignore="UnusedResources">
<item name="android:fontFamily">sans-serif-medium</item>
</style>
</resources>