MotionLayout 配合 RecyclerView 使用

MotionLayout + RecyclerView 需要做一些額外的處理才能有類似嵌套滑動(dòng)的聯(lián)動(dòng)效果。

start_layout

<androidx.constraintlayout.motion.widget.MotionLayout
        android:id="@+id/coordinatorLayout"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:layoutDescription="@xml/activity_main_scene">


        <TextView
            android:id="@+id/textView2"
            android:layout_width="50dp"
            android:layout_height="50dp"
            android:background="#999"
            android:gravity="center"
            android:text="返回"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintHorizontal_bias="0"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent"
            app:layout_constraintVertical_bias="0" />

        <TextView
            android:id="@+id/tvTitle"
            android:layout_width="100dp"
            android:layout_height="50dp"
            android:background="#999"
            android:gravity="center"
            android:text="標(biāo)題"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintHorizontal_bias="0.5"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toTopOf="parent"
            app:layout_constraintVertical_bias="0" />

        <TextView
            android:id="@+id/tvSearch"
            android:layout_width="0dp"
            android:layout_height="50dp"
            android:background="#666"
            android:gravity="center_vertical"
            android:hint="搜索"
            android:paddingStart="15dp"
            android:paddingEnd="15dp"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toBottomOf="@id/tvTitle"
            app:layout_constraintVertical_bias="0" />

        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/rv"
            android:layout_width="0dp"
            android:layout_height="0dp"
            android:orientation="vertical"
            app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
            app:layout_constraintBottom_toBottomOf="parent"
            app:layout_constraintEnd_toEndOf="parent"
            app:layout_constraintStart_toStartOf="parent"
            app:layout_constraintTop_toBottomOf="@id/tvSearch" />
    </androidx.constraintlayout.motion.widget.MotionLayout>
scene

<?xml version="1.0" encoding="utf-8"?>
<MotionScene 
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:motion="http://schemas.android.com/apk/res-auto">

    <Transition
        motion:constraintSetEnd="@+id/end"
        motion:constraintSetStart="@id/start"
        motion:duration="10000">
       <KeyFrameSet>
       </KeyFrameSet>
        <OnSwipe motion:nestedScrollFlags="supportScrollUp" motion:autoCompleteMode="continuousVelocity" motion:dragDirection="dragUp"
            motion:touchAnchorId="@id/rv"http://劃重點(diǎn)
            />
    </Transition>

    <ConstraintSet android:id="@+id/start">
    </ConstraintSet>

    <ConstraintSet android:id="@+id/end">

        <Constraint
            android:id="@+id/tvTitle"
            motion:layout_constraintEnd_toEndOf="parent"
            android:layout_width="100dp"
            android:layout_height="0dp"
            motion:layout_constraintBottom_toBottomOf="parent"
            motion:layout_constraintVertical_bias="0"
            motion:layout_constraintHorizontal_bias="0.5"
            motion:layout_constraintTop_toTopOf="parent"
            motion:layout_constraintStart_toStartOf="parent"
            android:visibility="gone" />
        <Constraint
            android:id="@+id/tvSearch"
            motion:layout_constraintEnd_toEndOf="parent"
            android:layout_width="0dp"
            android:layout_height="50dp"
            motion:layout_constraintBottom_toBottomOf="parent"
            motion:layout_constraintVertical_bias="0"
            motion:layout_constraintTop_toBottomOf="@id/tvTitle"
            motion:layout_constraintStart_toStartOf="parent"
            android:layout_marginStart="50dp" />
        <Constraint
            motion:layout_constraintEnd_toEndOf="parent"
            android:layout_width="0dp"
            android:layout_height="0dp"
            motion:layout_constraintBottom_toBottomOf="parent"
            motion:layout_constraintTop_toBottomOf="@id/tvSearch"
            motion:layout_constraintStart_toStartOf="parent"
            android:id="@+id/rv"
            android:layout_marginStart="50dp"
            android:layout_marginEnd="50dp" />


    </ConstraintSet>
</MotionScene>
代碼處理:
binding.rv.addOnScrollListener(object : RecyclerView.OnScrollListener() {

            override fun onScrolled(recyclerView: RecyclerView, dx: Int, dy: Int) {
                if(dy>0){
                    if( binding.motionLayout.currentState== binding.motionLayout.startState){
                        binding.motionLayout.transitionToEnd()
                    }
                }else{
                    if( binding.motionLayout.currentState== binding.motionLayout.endState) {
                        binding.motionLayout.transitionToStart()
                    }
                }
            }
        })
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末雇逞,一起剝皮案震驚了整個(gè)濱河市艺晴,隨后出現(xiàn)的幾起案子泼诱,更是在濱河造成了極大的恐慌秘蛇,老刑警劉巖传于,帶你破解...
    沈念sama閱讀 206,214評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件讹躯,死亡現(xiàn)場(chǎng)離奇詭異菩彬,居然都是意外死亡,警方通過(guò)查閱死者的電腦和手機(jī)潮梯,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,307評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門(mén)骗灶,熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái),“玉大人秉馏,你說(shuō)我怎么就攤上這事耙旦。” “怎么了萝究?”我有些...
    開(kāi)封第一講書(shū)人閱讀 152,543評(píng)論 0 341
  • 文/不壞的土叔 我叫張陵免都,是天一觀的道長(zhǎng)。 經(jīng)常有香客問(wèn)我糊肤,道長(zhǎng)琴昆,這世上最難降的妖魔是什么? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 55,221評(píng)論 1 279
  • 正文 為了忘掉前任馆揉,我火速辦了婚禮业舍,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘。我一直安慰自己舷暮,他們只是感情好态罪,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,224評(píng)論 5 371
  • 文/花漫 我一把揭開(kāi)白布。 她就那樣靜靜地躺著下面,像睡著了一般复颈。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上沥割,一...
    開(kāi)封第一講書(shū)人閱讀 49,007評(píng)論 1 284
  • 那天耗啦,我揣著相機(jī)與錄音,去河邊找鬼机杜。 笑死帜讲,一個(gè)胖子當(dāng)著我的面吹牛,可吹牛的內(nèi)容都是我干的椒拗。 我是一名探鬼主播似将,決...
    沈念sama閱讀 38,313評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼蚀苛!你這毒婦竟也來(lái)了在验?” 一聲冷哼從身側(cè)響起,我...
    開(kāi)封第一講書(shū)人閱讀 36,956評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤堵未,失蹤者是張志新(化名)和其女友劉穎腋舌,沒(méi)想到半個(gè)月后,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體兴溜,經(jīng)...
    沈念sama閱讀 43,441評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡侦厚,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,925評(píng)論 2 323
  • 正文 我和宋清朗相戀三年,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了拙徽。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片刨沦。...
    茶點(diǎn)故事閱讀 38,018評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡,死狀恐怖膘怕,靈堂內(nèi)的尸體忽然破棺而出想诅,到底是詐尸還是另有隱情,我是刑警寧澤岛心,帶...
    沈念sama閱讀 33,685評(píng)論 4 322
  • 正文 年R本政府宣布来破,位于F島的核電站,受9級(jí)特大地震影響忘古,放射性物質(zhì)發(fā)生泄漏徘禁。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,234評(píng)論 3 307
  • 文/蒙蒙 一髓堪、第九天 我趴在偏房一處隱蔽的房頂上張望送朱。 院中可真熱鬧娘荡,春花似錦、人聲如沸驶沼。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,240評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)回怜。三九已至大年,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間玉雾,已是汗流浹背翔试。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 31,464評(píng)論 1 261
  • 我被黑心中介騙來(lái)泰國(guó)打工, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留复旬,地道東北人遏餐。 一個(gè)月前我還...
    沈念sama閱讀 45,467評(píng)論 2 352
  • 正文 我出身青樓,卻偏偏與公主長(zhǎng)得像赢底,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子柏蘑,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,762評(píng)論 2 345

推薦閱讀更多精彩內(nèi)容

  • 用兩張圖告訴你幸冻,為什么你的 App 會(huì)卡頓? - Android - 掘金 Cover 有什么料? 從這篇文章中你...
    hw1212閱讀 12,693評(píng)論 2 59
  • Material Design控件使用 什么是Material Design Material Design咳焚,中文...
    zcwfeng閱讀 2,318評(píng)論 0 10
  • 又到了更新博文的時(shí)間了洽损,最近在看一本很不錯(cuò)的心理學(xué)書(shū)籍,名字叫做 《拖延心理學(xué)》革半,封面長(zhǎng)下面這樣子 書(shū)的內(nèi)容主要是...
    ec95b5891948閱讀 57,434評(píng)論 38 472
  • 謹(jǐn)以文章記錄學(xué)習(xí)歷程又官,如有錯(cuò)誤還請(qǐng)指明延刘。 RecyclerView 簡(jiǎn)介 首先,可以理解 RecyclerView...
    whd_Alive閱讀 5,724評(píng)論 3 62
  • 安卓市場(chǎng)上六敬,碎片化特別嚴(yán)重碘赖,為什么IOS手機(jī)有些界面看起來(lái)就是比安卓舒服?那是IOS都有一套統(tǒng)一的UI框架外构。那么安...
    大蘇打6815閱讀 1,078評(píng)論 1 1