DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 148 forks source link

Fix incorrect window insets in sample app #88

Closed DevAhamed closed 5 years ago

DevAhamed commented 5 years ago

Incorrect insets were set in landscape mode ie., Content goes behind without any scrim under navigation bar. This commit fixes the issue by adding left and right padding to the window inset.

codecov-io commented 5 years ago

Codecov Report

Merging #88 into 2.x will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              2.x      #88   +/-   ##
=======================================
  Coverage   73.67%   73.67%           
=======================================
  Files          20       20           
  Lines        1147     1147           
  Branches      169      169           
=======================================
  Hits          845      845           
  Misses        203      203           
  Partials       99       99

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08e37e6...0b4fa12. Read the comment docs.