Bug: 28139604 In dashboard container, if supportFeatureProvider is able to provide a tab, we display it in tabbed layout. Otherwise, display just DashboardSummary without changing UI. Change-Id: Ib7601ac925e1315e6b0928d020fe2d09bd389cd7
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!--
 | 
						|
     Copyright (C) 2016 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="24dp"
 | 
						|
    android:height="24dp"
 | 
						|
    android:viewportWidth="24.0"
 | 
						|
    android:viewportHeight="24.0"
 | 
						|
    android:tint="?android:attr/colorAccent">
 | 
						|
    <path
 | 
						|
        android:fillColor="#FFFFFFFF"
 | 
						|
        android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48
 | 
						|
        10,-10S17.52,2 12,2zm1,17h-2v-2h2v2zm2.07,-7.75l-0.9,0.92C13.45,12.9 13,13.5
 | 
						|
        13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41
 | 
						|
        0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2H8c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88
 | 
						|
        -0.36,1.68 -0.93,2.25z"/>
 | 
						|
</vector> |