mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Fixed spinner + improved ripple (#310)
This commit is contained in:
		
				
					committed by
					
						 inorichi
						inorichi
					
				
			
			
				
	
			
			
			
						parent
						
							6af78418a4
						
					
				
				
					commit
					26f4f53ec2
				
			| @@ -164,7 +164,7 @@ class CatalogueFragment : BaseRxFragment<CataloguePresenter>(), FlexibleViewHold | ||||
|  | ||||
|         val spinnerAdapter = ArrayAdapter(themedContext, | ||||
|                 android.R.layout.simple_spinner_item, presenter.sources) | ||||
|         spinnerAdapter.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item) | ||||
|         spinnerAdapter.setDropDownViewResource(R.layout.spinner_item) | ||||
|  | ||||
|         val onItemSelected = object : AdapterView.OnItemSelectedListener { | ||||
|             override fun onItemSelected(parent: AdapterView<*>, view: View?, position: Int, id: Long) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user