I'm trying to use the android:fitsSystemWindows
attribute on a view so that it does not get blocked by my translucent navigation bar, but it's not doing anything. The Android documentation on it says fitsSystemWindows
"Will only take effect if this view is in a non-embedded activity."
What is an embedded activity? Would it be possible for me to have accidentally created one? And is it possible to get the effect of fitsSystemWindows within one?