android layout 工具栏,没有工具栏的Android CollapsingToolbarLayout在某个点停止而不是完全关闭...

本文探讨如何在CollapsingToolbarLayout中实现滚动时不会完全关闭的效果,通过设置特定的滚动标志和布局行为,使得工具栏在滚动过程中停留在特定位置,如示例代码所示,目标是在没有传统工具栏的情况下保持部分可见。
摘要由CSDN通过智能技术生成

我知道需要一个工具栏,以便滚动时CollapsingToolbarLayout不会完全关闭:例如:

我想知道我是否可以在没有工具栏的情况下使用CollapsingToolbarLayout并且仍然无法完全关闭?

这是我的代码:

xmlns:android="http://schemas.android.com/apk/res/android"

xmlns:tools="http://schemas.android.com/tools"

xmlns:app="http://schemas.android.com/apk/res-auto"

android:id="@+id/annonce.main.coordinator"

android:layout_width="match_parent"

android:layout_height="match_parent"

tools:ignore="RtlHardcoded">

android:id="@+id/appbar"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">

android:id="@+id/collapsing"

android:layout_width="match_parent"

android:layout_height="300dp"

app:title="Paky youuu"

app:expandedTitleMarginBottom="94dp"

app:layout_scrollFlags="scroll|exitUntilCollapsed"

app:contentScrim="?colorPrimary">

android:layout_width="match_parent"

android:layout_height="?attr/actionBarSize"

android:text="Nooo, don't close!"

android:background="@null"

app:layout_collapseMode="pin"

style="@style/ToolBarWithNavigationBack"/>

android:layout_width="match_parent"

android:layout_height="match_parent"

android:scrollbars="none"

app:layout_behavior="@string/appbar_scrolling_view_behavior">

android:id="@+id/linear_anchor"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:orientation="vertical">

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:text="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum."

android:lineSpacingExtra="6dp"

/>

android:id="@+id/fab"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:layout_marginRight="32dp"

android:elevation="8dp"

android:src="@drawable/vector_ic_alarm_24dp"

app:layout_anchor="@id/linear_anchor"

app:layout_anchorGravity="top|right|end"

tools:ignore="RtlHardcoded" />

这是我的版本:

在这个,而不是它向上滚动以完全隐藏它,我希望它停止在布局的这一部分

http://i.imgur.com/sN9Zzkj.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值