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)
This commit is contained in:
Abhijit Adsule
2021-04-23 23:58:00 +00:00
committed by Josh Yang
parent 3145d45ddb
commit 97b8c55851
2 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<?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>

View File

@@ -0,0 +1,20 @@
<?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>