Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2630e38e authored by Matt Dirlik's avatar Matt Dirlik Committed by Android Build Coastguard Worker
Browse files

Delete `values-w210dp-round-watch/styles.xml`.

This removes a specific toast text appearance override for round watches
with a width of 210dp or more.

Bug: 445057291
Flag: EXEMPT BUGFIX
Test: screenshot/4Zn357mVFBa6dvU
Cherrypick-From: https://googleplex-android-review.googlesource.com/q/commit:77e8fc2936a4d391b92433f725c70cf35dc2e49b
Merged-In: I519d3435d70d296cedc696ebb173fbe111967385
Change-Id: I519d3435d70d296cedc696ebb173fbe111967385
parent 8ad8fa64
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2018 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources>
    <style name="TextAppearance.Toast">
        <item name="fontFamily">roboto</item>
        <item name="textSize">15sp</item>
    </style>
</resources>
 No newline at end of file