fix: typo
This commit is contained in:
parent
a73b049fd4
commit
d37ebf8cdd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class CommentsFragment : AppCompatActivity(){
|
||||||
binding = FragmentCommentsBinding.inflate(layoutInflater)
|
binding = FragmentCommentsBinding.inflate(layoutInflater)
|
||||||
setContentView(binding.root)
|
setContentView(binding.root)
|
||||||
|
|
||||||
binding.CommentsLayout.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
binding.commentsLayout.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||||
topMargin = statusBarHeight
|
topMargin = statusBarHeight
|
||||||
bottomMargin = navBarHeight
|
bottomMargin = navBarHeight
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue