mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	fixed 3 dot icon (#1209)
This commit is contained in:
		
				
					committed by
					
						
						Bram van de Kerkhof
					
				
			
			
				
	
			
			
			
						parent
						
							6a310bbaa9
						
					
				
				
					commit
					55b7d5025b
				
			@@ -36,7 +36,7 @@ class ChapterHolder(
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // Set the correct drawable for dropdown and update the tint to match theme.
 | 
			
		||||
        chapter_menu.setVectorCompat(R.drawable.ic_more_horiz_black_24dp, view.context.getResourceColor(R.attr.icon_color))
 | 
			
		||||
        chapter_menu.setVectorCompat(R.drawable.ic_more_vert_black_24dp, view.context.getResourceColor(R.attr.icon_color))
 | 
			
		||||
 | 
			
		||||
        // Set correct text color
 | 
			
		||||
        chapter_title.setTextColor(if (chapter.read) adapter.readColor else adapter.unreadColor)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user