mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-14 11:29:18 +00:00
Fix: Background Color of some surfaces on old devices (Closes #73)
This commit is contained in:
@ -264,7 +264,6 @@ class TabsFragment : ScreenFragment() {
|
||||
this.adapter = adapter
|
||||
addItemDecoration(DividerItemDecoration(context, adapter::configureDivider))
|
||||
background = context.getDrawableCompat(R.drawable.background_border)
|
||||
backgroundTintList = context.getColorFromAttr(R.attr.colorSurface)
|
||||
elevation = resources.sizeScaled(4).toFloat()
|
||||
content.addView(this)
|
||||
val margins = resources.sizeScaled(8)
|
||||
|
Reference in New Issue
Block a user