mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-18 17:13:56 +00:00
fix(list): bottom padding
This commit is contained in:
@@ -78,7 +78,6 @@ class ListActivity : AppCompatActivity() {
|
||||
)
|
||||
binding.settingsContainer.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
topMargin = statusBarHeight
|
||||
bottomMargin = navBarHeight
|
||||
}
|
||||
}
|
||||
setContentView(binding.root)
|
||||
|
||||
Reference in New Issue
Block a user