1. Use GlifLayout in all fragments 2. Fragments use 32dp icon instead of 48 dp 3. Replace ScrollView & ProgressBar & Header & Footer of original layout with GlifLayout design 4. Remove ActionBar (no more back button on screen top) Bug: 129021867 Test: manual Change-Id: I2fda48cb7f7819b2c8dd85c10d39e1f187463bd8
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <!--
 | |
|     Copyright (C) 2019 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.
 | |
| -->
 | |
| <layer-list
 | |
|     xmlns:android="http://schemas.android.com/apk/res/android">
 | |
|     <item
 | |
|         android:drawable="@drawable/ic_devices_other_32dp"
 | |
|         android:width="40dp"
 | |
|         android:height="40dp"
 | |
|         android:gravity="center"/>
 | |
| 
 | |
|     <item
 | |
|         android:drawable="@drawable/ic_check_circle_green"
 | |
|         android:top="16dp"
 | |
|         android:left="32dp"
 | |
|         android:gravity="center"/>
 | |
| 
 | |
| </layer-list>
 |