# DesignXT **Repository Path**: juer2017/DesignXT ## Basic Information - **Project Name**: DesignXT - **Description**: Design布局悬停顶部效果 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-12 - **Last Updated**: 2023-02-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 布局悬停顶部效果、滑动标题栏显示隐藏效果 1.引入design库 ``` implementation 'com.android.support:design:28.0.0' ``` 2.加入布局 ``` ```