android视图工具栏,如何将视图元素粘贴到android中的collapsingtoolbarlayout工具栏下面?...

尝试构建一个带有collapsingtoolbarlayout和视图元素的Android应用程序,该视图元素始终直接位于工具栏底部的下方.

我想我只是在整个appbarlayout中弄乱我的组织,但我似乎无法弄清楚正确的排序.

任何帮助都会很棒!谢谢-

这是我的Activity xml

android:id="@+id/app_bar"

android:layout_width="match_parent"

android:layout_height="244dp"

android:fitsSystemWindows="true"

android:theme="@style/AppTheme.AppBarOverlay">

android:id="@+id/toolbarLayout"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:fitsSystemWindows="true"

app:collapsedTitleTextAppearance="@style/CollapsedTheme"

app:contentScrim="?attr/colorPrimary"

app:expandedTitleGravity="center|bottom"

app:expandedTitleMarginBottom="20dp"

app:expandedTitleMarginEnd="20dp"

app:expandedTitleMarginStart="20dp"

app:expandedTitleTextAppearance="@style/ExpandedTheme"

app:layout_scrollFlags="scroll|exitUntilCollapsed"

app:theme="@style/ToolbarColoredBackArrow">

android:layout_width="match_parent"

android:layout_height="180dp"

android:orientation="vertical">

android:id="@+id/toolbar"

android:layout_width="match_parent"

android:layout_height="?attr/actionBarSize"

app:layout_collapseMode="pin"

app:popupTheme="@style/AppTheme.PopupOverlay" />

而我正试图加入

android:layout_below="@+id/app_bar"

android:layout_width="match_parent"

android:layout_height="20dp"

android:background="@color/blue"/>

因此它始终保持在工具栏下方,但是当collapsingtoolbarlayout滚动到屏幕顶部时,它会一直停留在屏幕下方.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值