Settings Anomaly Card [Before-Dark] https://screenshot.googleplex.com/5PZC6mbWjqunvuv [Before-Light] https://screenshot.googleplex.com/7eoF6yLX6t3JeHz [After-Dark] https://screenshot.googleplex.com/5j4mQFDXjkVcxHs [After-Light] https://screenshot.googleplex.com/5ySzfzft9293GXb App Anomaly Card [Before-Dark] https://screenshot.googleplex.com/JKkcqCiAKxkPZds [Before-Light] https://screenshot.googleplex.com/ASB4CnDhPjsQohH [After-Dark] https://screenshot.googleplex.com/5y3LVvng54vndi9 [After-Light] https://screenshot.googleplex.com/NCJeuViCtDcNhiV Bug: 339130556 Test: atest SettingsRoboTests:com.android.settings.fuelgauge.batteryusage Change-Id: I29d68713c14068fd9961082a148dd02ad38289a6
		
			
				
	
	
		
			22 lines
		
	
	
		
			908 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			908 B
		
	
	
	
		
			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.
 | 
						|
  -->
 | 
						|
 | 
						|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    android:shape="rectangle">
 | 
						|
    <solid android:color="@color/settingslib_materialColorSurfaceBright" />
 | 
						|
    <corners android:radius="@dimen/battery_tips_card_corner_radius_normal" />
 | 
						|
</shape> |