android协调布局使用,android – 滚动时使用协调器布局的额外空间

在我的应用程序中使用CoordinatorLayout.When我正在尝试滚动大量的额外空间是可用的.我已经通过使用设置协调器布局高度更改了它.但是当我尝试更改显示额外空间的选项卡时.当我点击表单tab1,tab2,tab3没有问题.但是当我尝试使用tab3,tab2时,tab3中的tab1和tab2显示了大量的额外空间.1) In my main activity am using Observable scrollview.

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

android:id="@+id/kudix_cordinator"

android:layout_width="match_parent"

android:layout_height="wrap_content">

android:id="@+id/appbar"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:background="?attr/colorPrimary"

android:fitsSystemWindows="false"

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

app:layout_collapseMode="pin">

android:id="@+id/htab_collapse_toolbar"

android:layout_width="match_parent"

android:layout_height="250dp"

android:layout_marginBottom="0dp"

app:contentScrim="?attr/colorPrimary"

app:titleEnabled="false">

android:layout_width="match_parent"

android:layout_height="@dimen/parallax_image_height"

android:background="@drawable/ic_launcher"

android:fitsSystemWindows="true"

android:scaleType="centerCrop"

app:layout_collapseMode="parallax" />

android:id="@+id/tabs"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_gravity="bottom"

app:tabIndicatorColor="@android:color/white"

app:tabSelectedTextColor="@android:color/white"

app:tabTextColor="@color/white" />

android:id="@+id/kudix_club_viewpager"

android:layout_width="match_parent"

android:layout_height="match_parent"

android:layout_marginBottom="10dp"

android:layout_marginLeft="15dp"

android:layout_marginRight="15dp"

app:layout_behavior="@string/appbar_scrolling_view_behavior"

/>

每个选项卡片段包含不同类型的UI.

最佳答案 实际上它是从其他布局获取我的列表视图高度.进度对话框没有解雇所以API继续调用.在该API我设置协调器布局高度.对于每个选项卡我设置协调器布局高度.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值