要解决Android CoordinatorLayout、AppBarLayout和包含的RelativeLayout与Button重叠的问题,可以尝试以下解决方法:
android:layout_below
属性将Button放置在AppBarLayout下方。这样可以确保Button不会与AppBarLayout重叠。
这些解决方法可以确保AppBarLayout和Button不会重叠,并且RelativeLayout可以自由布局其它内容。根据你的实际需求,选择适合的解决方法。