Root cause: Portrait mode does not always respect the sw600dp qualifier and instead uses the phone (default) resources. Solution: Using the product to customize the tablet and phone cases is better way than using the configuration qualifier. Bug: 269130587 Test: Manual testing Change-Id: I90cc44f1e9bccf8950a4d89f70119ba5e3c0bfdc
		
			
				
	
	
		
			67 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!-- Copyright (C) 2023 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.
 | 
						|
-->
 | 
						|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    android:width="412dp"
 | 
						|
    android:height="300dp"
 | 
						|
    android:viewportWidth="412"
 | 
						|
    android:viewportHeight="300">
 | 
						|
  <path
 | 
						|
      android:pathData="M384.2,300H27.8C12.5,300 0,287.2 0,271.5V28.5C0,12.8 12.5,0 27.8,0H384.3C399.5,0 412,12.8 412,28.5V271.7C412,287.2 399.5,300 384.2,300Z"
 | 
						|
      android:fillColor="#000000"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M269.54,25.84H143.54C135.39,25.84 128.79,32.44 128.79,40.59V258.59C128.79,266.74 135.39,273.34 143.54,273.34H269.54C277.68,273.34 284.29,266.74 284.29,258.59V40.59C284.29,32.44 277.68,25.84 269.54,25.84Z"
 | 
						|
      android:strokeWidth="2.5"
 | 
						|
      android:fillColor="#000000"
 | 
						|
      android:strokeColor="#80868B"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M128.05,100.73C126.92,100.73 126,99.81 126,98.68V80.67C126,79.54 126.92,78.62 128.05,78.62L128.87,89.26L128.05,100.72V100.73Z"
 | 
						|
      android:fillColor="#80868B"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M128.05,69.62C126.92,69.62 126,68.7 126,67.57V60.2C126,59.07 126.92,58.15 128.05,58.15L128.87,63.06L128.05,69.61V69.62Z"
 | 
						|
      android:fillColor="#80868B"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M271.71,103.67C274.64,103.67 277.13,106.16 277.13,109.09V189.4C277.13,192.33 274.64,194.82 271.71,194.82H142.01C139.08,194.82 136.59,192.33 136.59,189.4V109.09C136.59,106.16 139.08,103.67 142.01,103.67H271.72H271.71ZM271.63,97.81H141.06C134.86,97.81 129.7,102.97 129.7,109.17V190.02C129.7,196.22 134.86,201.38 141.06,201.38H271.64C277.84,201.38 283,196.22 283,190.02V109.16C283,102.96 277.98,97.8 271.64,97.8L271.63,97.81Z"
 | 
						|
      android:fillColor="#FCC934"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M251.78,113.49H267.9V129.61"
 | 
						|
      android:strokeLineJoin="round"
 | 
						|
      android:strokeWidth="5.86"
 | 
						|
      android:fillColor="#00000000"
 | 
						|
      android:strokeColor="#FCC934"
 | 
						|
      android:strokeLineCap="round"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M267.9,113.49L245.04,136.35"
 | 
						|
      android:strokeLineJoin="round"
 | 
						|
      android:strokeWidth="5.86"
 | 
						|
      android:fillColor="#00000000"
 | 
						|
      android:strokeColor="#FCC934"
 | 
						|
      android:strokeLineCap="round"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M161.36,186.03H145.39V169.91"
 | 
						|
      android:strokeLineJoin="round"
 | 
						|
      android:strokeWidth="5.86"
 | 
						|
      android:fillColor="#00000000"
 | 
						|
      android:strokeColor="#FCC934"
 | 
						|
      android:strokeLineCap="round"/>
 | 
						|
  <path
 | 
						|
      android:pathData="M145.38,186.03L168.24,163.17"
 | 
						|
      android:strokeLineJoin="round"
 | 
						|
      android:strokeWidth="5.86"
 | 
						|
      android:fillColor="#00000000"
 | 
						|
      android:strokeColor="#FCC934"
 | 
						|
      android:strokeLineCap="round"/>
 | 
						|
</vector>
 |