| 
					
				 | 
			
			
				@@ -6,6 +6,7 @@ import android.view.MotionEvent 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import android.view.View 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import androidx.recyclerview.widget.GridLayoutManager 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.alibaba.android.arouter.facade.annotation.Route 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import com.bumptech.glide.Glide 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.yingyang.home.R 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.yingyang.home.databinding.ActivityHomeBinding 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.yingyangfly.baselib.db.VoicePlayerBean 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -137,6 +138,10 @@ class HomeActivity : BaseMVVMActivity<ActivityHomeBinding, HomeViewModel>(), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             gameLayout.show(false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             interstellarLayout.show(false) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             effectLayout.show(true) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            Glide.with(this@HomeActivity) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                .asGif() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                .load(R.drawable.fish) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                .into(fishImage) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 |