mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +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