|  |  | @ -112,16 +112,6 @@ public class ConversationItemThumbnail extends FrameLayout { | 
			
		
	
		
		
			
				
					
					|  |  |  |     canvas.drawPath(corners, outlinePaint); |  |  |  |     canvas.drawPath(corners, outlinePaint); | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |   } | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |   @Override |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     super.onMeasure(widthMeasureSpec, heightMeasureSpec); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     if (getMeasuredWidth() != thumbnail.getMeasuredWidth()) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       getLayoutParams().width = shade.getLayoutParams().width = thumbnail.getMeasuredWidth(); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |       measure(widthMeasureSpec, heightMeasureSpec); |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |     } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |   @Override |  |  |  |   @Override | 
			
		
	
		
		
			
				
					
					|  |  |  |   public void setFocusable(boolean focusable) { |  |  |  |   public void setFocusable(boolean focusable) { | 
			
		
	
		
		
			
				
					
					|  |  |  |     thumbnail.setFocusable(focusable); |  |  |  |     thumbnail.setFocusable(focusable); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |