| 
					
				 | 
			
			
				@@ -221,6 +221,7 @@ public class FeedBackRecordFilterView extends FrameLayout implements View.OnClic 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         public void customLayout(View v) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             //自定义布局中的控件初始化及事件处理 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             final TextView tvSubmit = (TextView) v.findViewById(R.id.tv_finish); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            tvSubmit.setTextColor(getContext().getResources().getColor(StyleConfig.getMainColor())); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             TextView ivCancel = (TextView) v.findViewById(R.id.tv_cancel); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             tvSubmit.setOnClickListener(new OnClickListener() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                                 @Override 
			 |