|  |  | @ -53,9 +53,7 @@ public class NewProjectActivity extends BaseActivity { | 
			
		
	
		
		
			
				
					
					|  |  |  |         // 颜色选择器
 |  |  |  |         // 颜色选择器
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         binding.npColorPicker.setOnClickListener(view -> { |  |  |  |         binding.npColorPicker.setOnClickListener(view -> { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             ColorPickerDialog.Builder builder = new ColorPickerDialog |  |  |  |             ColorPickerDialog.Builder builder = new ColorPickerDialog.Builder(this); | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                     .Builder(this) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .setView(R.layout.my_colorpickerview_dialog_colorpicker); |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             TextView title = new TextView(this); |  |  |  |             TextView title = new TextView(this); | 
			
		
	
		
		
			
				
					
					|  |  |  |             title.setText("选择一个图标颜色"); |  |  |  |             title.setText("选择一个图标颜色"); | 
			
		
	
	
		
		
			
				
					|  |  | @ -93,7 +91,8 @@ public class NewProjectActivity extends BaseActivity { | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .attachAlphaSlideBar(true) |  |  |  |                     .attachAlphaSlideBar(true) | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .attachBrightnessSlideBar(true) |  |  |  |                     .attachBrightnessSlideBar(true) | 
			
		
	
		
		
			
				
					
					|  |  |  |                     .setBottomSpace(12); |  |  |  |                     .setBottomSpace(12); | 
			
		
	
		
		
			
				
					
					|  |  |  |             builder.show(); |  |  |  | 
 | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |             builder.create().show(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         }); |  |  |  |         }); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         // 返回按钮
 |  |  |  |         // 返回按钮
 | 
			
		
	
	
		
		
			
				
					|  |  | 
 |