After creating a region in Android Studio, located under the end tag of another region, the code is folded up to the end of the tag of the previous region instead of folding down through hundreds of lines of code into my // endregion tag for the new region.
I looked at the settings in Android Studio for Cold Folding. But nothing seems to help.
What am I missing? Folding is useless if it cannot stack hundreds or thousands of lines.

source share