国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

Android實現滑動到頂部懸停的效果

2019-12-12 05:15:30
字體:
來源:轉載
供稿:網友

先來看下要實現效果圖:

查閱資料后,發現網上大部分都是用這種方法實現的:

多寫一個和需要懸浮的部分一模一樣的layout,先把浮動區域的可見性設置為gone。當浮動區域滑動到頂部的時候,就把浮動區域B的可見性設置為VISIBLE。這樣看起來就像懸浮在頂部不動了。

這里介紹的是另外一種方式:

使用design包中的控件

<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true" tools:context="com.peipei.app.MainActivity"> <android.support.design.widget.AppBarLayout android:layout_width="match_parent" android:layout_height="250dp"> <android.support.design.widget.CollapsingToolbarLayout  app:layout_scrollFlags="scroll"  app:contentScrim="#000000"  android:layout_width="match_parent"  android:layout_height="220dp">  <TextView  android:text="banner區域"  android:gravity="center"  android:textColor="#ffffff"  android:background="#987545"  android:layout_width="match_parent"  android:layout_height="220dp"/> </android.support.design.widget.CollapsingToolbarLayout> <TextView  android:gravity="center"  android:layout_width="match_parent"  android:layout_height="30dp"  android:text="懸浮的部分"/> </android.support.design.widget.AppBarLayout> <android.support.v4.widget.NestedScrollView  android:layout_width="match_parent"  android:layout_height="match_parent"  app:layout_behavior="@string/appbar_scrolling_view_behavior">  <TextView  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:layout_margin="@dimen/text_margin"  android:text="@string/large_text"/> </android.support.v4.widget.NestedScrollView></android.support.design.widget.CoordinatorLayout>

實現步驟:

1、將需要懸浮的layout放到CollapsingToolbarLayout之外,AppBarLayout之內

2、將CollapsingToolbarLayoutapp:layout_scrollFlags設置為scroll

3、給滾動的NestedScroolView設置

      app:layout_behavior="@String/appbar_scrolling_view_behavior"

就大功告成了(記得根布局要是CoordinatorLayout)

最終效果:

總結

以上就是關于Android滑動到頂部懸停效果的全部內容,大家都學會了嗎?希望這篇文章對大家的學習或者工作帶來一定的幫助,如果有疑問大家可以留言交流。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 荥经县| 斗六市| 汤原县| 抚州市| 彭州市| 深泽县| 湖南省| 长宁区| 齐齐哈尔市| 石景山区| 高尔夫| 新宁县| 于田县| 肥西县| 潜山县| 凤城市| 桓仁| 都安| 鹿邑县| 灌阳县| 平阳县| 唐海县| 江门市| 蓬安县| 聊城市| 玛曲县| 昌平区| 当涂县| 芜湖县| 玉林市| 吉林省| 大竹县| 隆尧县| 上栗县| 县级市| 贺州市| 全椒县| 吴川市| 治多县| 岳西县| 威海市|