只需要在該控件布局(content_***.xml)加入:
app:layout_behavior="@string/appbar_scrolling_view_behavior"
加入之前,確保是添加了:
xmlns:app="http://schemas.android.com/apk/res-auto"
因為如果不添加上面代碼 app:無法識別
只需要在該控件布局(content_***.xml)加入:
app:layout_behavior="@string/appbar_scrolling_view_behavior"
加入之前,確保是添加了:
xmlns:app="http://schemas.android.com/apk/res-auto"
因為如果不添加上面代碼 app:無法識別
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。