When displaying circle above view position in layout with
fitsSystemWindows flag, circle Y positon is adjusted for
status bar height. This is not correct.
This change calculate the offset depending on
fitsSystemWindows flag on content layout.
By default we try to guess fitsSystemWindows flag by checking
direct child of content container, but we can always enforce
out own setting by calling setFitsSystemWindows() setter.
When displaying circle above view position in layout with fitsSystemWindows flag, circle Y positon is adjusted for status bar height. This is not correct.
This change calculate the offset depending on fitsSystemWindows flag on content layout.
By default we try to guess fitsSystemWindows flag by checking direct child of content container, but we can always enforce out own setting by calling setFitsSystemWindows() setter.