fix(list): bottom padding
This commit is contained in:
parent
26b3f50fe0
commit
1587aff433
1 changed files with 0 additions and 1 deletions
|
@ -78,7 +78,6 @@ class ListActivity : AppCompatActivity() {
|
|||
)
|
||||
binding.settingsContainer.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
topMargin = statusBarHeight
|
||||
bottomMargin = navBarHeight
|
||||
}
|
||||
}
|
||||
setContentView(binding.root)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue