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

Commit 97b8c558 authored by Abhijit Adsule's avatar Abhijit Adsule Committed by Josh Yang
Browse files

Add 211dp and w198dp buckets for Wear Devices

Bug: 185418045
Bug: 186062401
Test: run cts -m CtsThemeDeviceTestCases -t
android.theme.cts.WatchPercentageScreenDimenTest

Change-Id: Ica381fae2831a7036888e8000fa6f7e4d434bc35
(cherry picked from commit 6185d373dd61e3f8b234e445c6991f8409ba0088)
parent 3145d45d
Loading
Loading
Loading
Loading
+20 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 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>
    <dimen name="screen_percentage_05">9.9dp</dimen>
    <dimen name="screen_percentage_10">19.8dp</dimen>
    <dimen name="screen_percentage_15">29.7dp</dimen>
</resources>
+20 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2021 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>
    <dimen name="screen_percentage_05">10.55dp</dimen>
    <dimen name="screen_percentage_10">21.1dp</dimen>
    <dimen name="screen_percentage_15">31.65dp</dimen>
</resources>