blob: e792a6550c12eae0f4afcd7b6b82a16f52fd8fdf [file] [log] [blame]
<?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 xmlns:tools="http://schemas.android.com/tools">
<style name="TextAppearance" parent="android:TextAppearance" tools:ignore="UnusedResources">
<item name="android:fontFamily">?attr/defaultFontFamily</item>
</style>
<style name="TextAppearance.MediumStyle" tools:ignore="UnusedResources">
<item name="android:fontFamily">?attr/defaultMediumFontFamily</item>
</style>
</resources>