重构主应用架构
This commit is contained in:
		
							
								
								
									
										13
									
								
								libappbase/src/main/res/drawable/ic_launcher_disable.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								libappbase/src/main/res/drawable/ic_launcher_disable.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:clickable="true"
 | 
			
		||||
    android:layout_width="24dp"
 | 
			
		||||
	android:layout_height="24dp">
 | 
			
		||||
    <item android:drawable="@drawable/ic_launcher_background"/> 
 | 
			
		||||
    <item 
 | 
			
		||||
        android:left="0dp" 
 | 
			
		||||
        android:top="0dp" 
 | 
			
		||||
        android:right="0dp" 
 | 
			
		||||
        android:bottom="0dp"
 | 
			
		||||
        android:drawable="@drawable/ic_launcher_foreground_disable"/>
 | 
			
		||||
</layer-list>
 | 
			
		||||
		Reference in New Issue
	
	Block a user