mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Tabbed bottom sheet adjustments (#6309)
* SimpleNavigationView: Don't set background and elevation * Add divider for tabs in bottom sheet
This commit is contained in:
		| @@ -43,17 +43,6 @@ open class SimpleNavigationView @JvmOverloads constructor( | ||||
|             R.style.Widget_Design_NavigationView | ||||
|         ) | ||||
|  | ||||
|         setBackground(a.getDrawable(R.styleable.NavigationView_android_background)) | ||||
|  | ||||
|         if (a.hasValue(R.styleable.NavigationView_elevation)) { | ||||
|             setElevation( | ||||
|                 a.getDimensionPixelSize( | ||||
|                     R.styleable.NavigationView_elevation, | ||||
|                     0 | ||||
|                 ).toFloat() | ||||
|             ) | ||||
|         } | ||||
|  | ||||
|         a.recycle() | ||||
|  | ||||
|         recycler.layoutManager = LinearLayoutManager(context) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user