如何在scrollview的顶部固定一个控件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在scrollview的顶部固定一个控件相关的知识,希望对你有一定的参考价值。

换个思路

你直接在ScrollView的布局的前面再定义一个LinearLayout布局,把标题放在这个LinearLayout里面就可以了。

       

示例

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_
   android:layout_
   android:orientation="vertical">
<RelativeLayout android:layout_  
android:layout_>
<!--返回按钮-->
   <Button
 
   android:id="@+id/bz_backbutton"
   android:layout_
   android:layout_
   android:background="@drawable/dtfh"
   android:layout_alignParentTop="true"
   />
   <!--标题-->
   <TextView  
 
  android:id="@+id/bz_title"
   android:layout_
   android:layout_
   android:layout_toRightOf="@id/bz_backbutton"
   android:background="@drawable/dttt"
   android:text="帮助"
   android:gravity="center"
   android:textSize="25dp"
   android:layout_alignParentTop="true"
   />
</RelativeLayout>
<ScrollView android:layout_  
  android:layout_
   android:background="@drawable/dtbg"
   android:scrollbars="none" >
    
    <RelativeLayout  android:layout_  
android:layout_>
    
  <TextView
   android:id="@+id/bz_fake1"
   android:layout_
   android:layout_   
     
  />
   <Button
   android:id="@+id/bz_hsjy"
   android:layout_
   android:layout_
   android:background="@drawable/bzjy"   
  android:layout_below="@+id/bz_fake1"
   android:layout_marginLeft="15dp"
   />
   <TextView  
  android:id="@+id/bz_hsjytt"
   android:layout_
   android:layout_
   android:text="红色家园"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_hsjy"
   />
   <TextView
   android:id="@+id/bz_fake2"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_hsjy"
   android:layout_below="@+id/bz_fake1"
   />
   <TextView
   android:id="@+id/bz_hsjynr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake2"
   android:layout_below="@+id/bz_fake1"
   android:text="整合杭电“红色家园”帖子信息。"
   android:textSize="15dp"  
  android:gravity="center"
   />
   <TextView
   android:id="@+id/bz_fake3"
   android:layout_
   android:layout_   
  android:layout_below="@+id/bz_hsjytt"   
  />
   <Button
   android:id="@+id/bz_hdxw"
   android:layout_
   android:layout_
   android:background="@drawable/bzxw"   
  android:layout_below="@+id/bz_fake3"
   android:layout_marginLeft="18dp"
   />
   <TextView  
  android:id="@+id/bz_hdxwtt"
   android:layout_
   android:layout_
   android:text="杭电新闻"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_hdxw"
   />
   <TextView
   android:id="@+id/bz_fake4"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_hdxw"
   android:layout_below="@+id/bz_fake3"
   />
   <TextView
   android:id="@+id/bz_hdxwnr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake4"
   android:layout_below="@+id/bz_fake3"
   android:text="链接杭电首页,浏览最新校园新闻列表。"
   android:textSize="15dp"  
  android:gravity="center"
   />
   <TextView
   android:id="@+id/bz_fake5"
   android:layout_
   android:layout_   
  android:layout_below="@+id/bz_hdxwtt"   
  />
   <Button
   android:id="@+id/bz_gjlx"
   android:layout_
   android:layout_
   android:background="@drawable/bzgj"   
  android:layout_below="@+id/bz_fake5"
   android:layout_marginLeft="18dp"
   />
   <TextView  
  android:id="@+id/bz_gjlxtt"
   android:layout_
   android:layout_
   android:text="公交路线"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_gjlx"
   />
   <TextView
   android:id="@+id/bz_fake6"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_gjlx"
   android:layout_below="@+id/bz_fake5"
   />
   <TextView
   android:id="@+id/bz_gjlxnr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake6"
   android:layout_below="@+id/bz_fake5"
   android:text="整合以杭电下沙校区为起始或终点的常用公交路线。提供站点关键字搜索,列出符合要求的公交路线"
   android:textSize="15dp"  
  android:gravity="center"
   />
<TextView
   android:id="@+id/bz_fake7"
   android:layout_
   android:layout_   
  android:layout_below="@+id/bz_gjlxtt"   
  />
   <Button
   android:id="@+id/bz_hddt"
   android:layout_
   android:layout_
   android:background="@drawable/bzdt"   
  android:layout_below="@+id/bz_fake7"
   android:layout_marginLeft="18dp"
   />
   <TextView  
  android:id="@+id/bz_hddttt"
   android:layout_
   android:layout_
   android:text="杭电地图"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_hddt"
   />
   <TextView
   android:id="@+id/bz_fake8"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_hddt"
   android:layout_below="@+id/bz_fake7"
   />
   <TextView
   android:id="@+id/bz_hddtnr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake8"
   android:layout_below="@+id/bz_fake7"
   android:text="杭电下沙校区地图。提供建筑名关键字搜索,放大效果图定位。"
   android:textSize="15dp"  
  android:gravity="center"
   />
   <TextView
   android:id="@+id/bz_fake9"
   android:layout_
   android:layout_   
  android:layout_below="@+id/bz_hddttt"   
  />
   <Button
   android:id="@+id/bz_zsxx"
   android:layout_
   android:layout_
   android:background="@drawable/bzzs"   
  android:layout_below="@+id/bz_fake9"
   android:layout_marginLeft="18dp"
   />
   <TextView  
  android:id="@+id/bz_zsxxtt"
   android:layout_
   android:layout_
   android:text="住宿信息"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_zsxx"
   />
   <TextView
   android:id="@+id/bz_fake10"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_zsxx"
   android:layout_below="@+id/bz_fake9"
   />
   <TextView
   android:id="@+id/bz_zsxxnr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake10"
   android:layout_below="@+id/bz_fake9"
   android:text="整合杭电下沙校区附近餐饮信息。"
   android:textSize="15dp"  
  android:gravity="center_vertical"
   />
   <TextView
   android:id="@+id/bz_fake11"
   android:layout_
   android:layout_   
  android:layout_below="@+id/bz_zsxxtt"   
  />
   <Button
   android:id="@+id/bz_wmxx"
   android:layout_
   android:layout_
   android:background="@drawable/bzwm"   
  android:layout_below="@+id/bz_fake11"
   android:layout_marginLeft="18dp"
   />
   <TextView  
  android:id="@+id/bz_wmxxtt"
   android:layout_
   android:layout_
   android:text="外卖信息"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_wmxx"
   />
   <TextView
   android:id="@+id/bz_fake12"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_wmxx"
   android:layout_below="@+id/bz_fake11"
   />
   <TextView
   android:id="@+id/bz_wmxxnr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake12"
   android:layout_below="@+id/bz_fake11"
   android:text="整合杭电下沙校区附近外卖信息。"
   android:textSize="15dp"  
  android:gravity="center_vertical"
   />
   <TextView
   android:id="@+id/bz_fake13"
   android:layout_
   android:layout_   
  android:layout_below="@+id/bz_wmxxtt"   
  />
   <Button
   android:id="@+id/bz_stjs"
   android:layout_
   android:layout_
   android:background="@drawable/bzst"   
  android:layout_below="@+id/bz_fake13"
   android:layout_marginLeft="18dp"
   />
   <TextView  
  android:id="@+id/bz_stjstt"
   android:layout_
   android:layout_
   android:text="社团介绍"
   android:textSize="13dp"  
  android:layout_marginLeft="12dp"
   android:layout_below="@+id/bz_stjs"
   />
   <TextView
   android:id="@+id/bz_fake14"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_stjs"
   android:layout_below="@+id/bz_fake13"
   />
   <TextView
   android:id="@+id/bz_stjsnr"
   android:layout_
   android:layout_
   android:layout_toRightOf="@+id/bz_fake14"
   android:layout_below="@+id/bz_fake13"
   android:text="整合杭电各个社团简介。"
   android:textSize="15dp"  
  android:gravity="center_vertical"
   />
   </RelativeLayout>
</ScrollView>
</LinearLayout>
参考技术A 1,如果只是要不定期取一下这个数值,调用scrollView.getScrollY(),如果是横向的scrollView,换成X。
2,如果要随时使用这个值,例如正在scroll过程中,其他控件要随着卷动的位置变化,需要继承一下并且重载onScrollChanged(int, int, int, int),这样每个scroll动作,都会被调用,告知当前scroll的位置以及上一次的位置。

如何在ScrollView中嵌套ListView

一、 为什么要使用ScrollView嵌套ListView的奇怪的结构

ScrollView和ListView都是滚动结构,按理说,这两个控件在UI上的功能是一样的,但是看看下面这个设计:

这是天猫商城的确认订单的页面,ScrollView中嵌套了ExpandableListView,ExpandableListView上面有固定的一些控件,下面也有固定的一些控件,整体又要能够滚动。 列表数据要嵌在固定数据中间,并且作为整体一起滚动,有了这样的设计需求,于是就有了ScrollView嵌套ListView的奇怪结构。

二、 ScrollView、ListView嵌套结构碰到的问题

不多说,直接看失败例子:

<ScrollView
android:id="@+id/act_solution_1_sv"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="\nListView上方数据\n" />

<ListView
android:id="@+id/act_solution_1_lv"
android:layout_width="fill_parent"
android:layout_height="wrap_content">

</ListView>

<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="\nListView下方数据\n" />
</LinearLayout>
</ScrollView>

ScrollView中只能放一个控件,一般都放LinearLayout,orientation属性值为vertical。在LinearLayout中放需要呈现的内容。ListView也在其中,ListView的高度设为适应自身内容(wrap_content)。粗略一看,应该没有什么问题。但是看下面的实际效果图:

图中黑框的部分就是ListView,里面放了20条数据,但是却只显示了1条。
控件的属性设置上没有问题,但是为什么没有按照我的想法走呢?
看看下面这个图:

是否有点明白了呢?原因就是scroll事件的消费处理以及ListView控件的高度设定问题。
虽然我看源码也看了不少,但是要说出来却不知到该怎么下手,我是大概知道原因,但是不知道怎么整理完全。求高手赐教…

三、问题解决方案

1、手动设置ListView高度
经过测试发现,在xml中直接指定ListView的高度,是可以解决这个问题的,但是ListView中的数据是可变的,实际高度还需要实际测量。于是手动代码设置ListView高度的方法就诞生了。

/**
* 动态设置ListView的高度
* @param listView
*/
public static void setListViewHeightBasedOnChildren(ListView listView)
if(listView == null) return;

ListAdapter listAdapter = listView.getAdapter();
if (listAdapter == null)
// pre-condition
return;


int totalHeight = 0;
for (int i = 0; i < listAdapter.getCount(); i++)
View listItem = listAdapter.getView(i, null, listView);
listItem.measure(0, 0);
totalHeight += listItem.getMeasuredHeight();


ViewGroup.LayoutParams params = listView.getLayoutParams();
params.height = totalHeight + (listView.getDividerHeight() * (listAdapter.getCount() - 1));
listView.setLayoutParams(params);


上面这个方法就是设定ListView的高度了,在为ListView设置了Adapter之后使用,就可以解决问题了。
但是这个方法有个两个细节需要注意:
一是Adapter中getView方法返回的View的必须由LinearLayout组成,因为只有LinearLayout才有measure()方法,如果使用其他的布局如RelativeLayout,在调用listItem.measure(0, 0);时就会抛异常,因为除LinearLayout外的其他布局的这个方法就是直接抛异常的,没理由…。我最初使用的就是这个方法,但是因为子控件的顶层布局是RelativeLayout,所以一直报错,不得不放弃这个方法。
二是需要手动把ScrollView滚动至最顶端,因为使用这个方法的话,默认在ScrollView顶端的项是ListView,具体原因不了解,求大神解答…可以在Activity中设置:

sv = (ScrollView) findViewById(R.id.act_solution_1_sv);

2、使用单个ListView取代ScrollView中所有内容
这个方法是我在试了几个方法都失败的情况下自己琢磨出来的。
用一张图来解释这个方法的思想:

就是说,把整个需要放在ScrollView中的内容,统统放在ListView中,原ListView上方的数据和下方数据,都作为现ListView的一个itemView,和原ListView中的单条数据是平级的关系。
xml布局方面十分简单:

<ListView
android:id="@+id/act_solution_2_lv"
android:layout_width="fill_parent"
android:layout_height="wrap_content">

</ListView>

一个单独的ListView就可以了。
原ListView上方数据和下方数据,都写进两个xml布局文件中:

Java代码方面,需要自定义一个Adapter,在Adapter中的getView方法中进行position值的判断,根据position值来决定inflate哪个布局:

public View getView(int position, View convertView, ViewGroup parent)
//列表第一项
if(position == 0)
convertView = inflater.inflate(R.layout.item_solution2_top, null);
return convertView;

//列表最后一项
else if(position == 21)
convertView = inflater.inflate(R.layout.item_solution2_bottom, null);
return convertView;


//普通列表项
ViewHolder h = null;
if(convertView == null || convertView.getTag() == null)
convertView = inflater.inflate(R.layout.item_listview_data, null);
h = new ViewHolder();
h.tv = (TextView) convertView.findViewById(R.id.item_listview_data_tv);
convertView.setTag(h);
else
h = (ViewHolder) convertView.getTag();


h.tv.setText("第"+ position + "条数据");

return convertView;


在Activty中,只需要直接为ListView设置自定义的Adapter就行了。

lv = (ListView) findViewById(R.id.act_solution_2_lv);
adapter = new AdapterForListView2(this);
lv.setAdapter(adapter);

3、使用LinearLayout取代ListView
既然ListView不能适应ScrollView,那就换一个可以适应ScrollView的控件,干嘛非要吊死在ListView这一棵树上呢?而LinearLayout是最好的选择。但如果我仍想继续使用已经定义好的Adater呢?我们只需要自定义一个类继承自LinearLayout,为其加上对BaseAdapter的适配。

import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.widget.BaseAdapter;
import android.widget.LinearLayout;

/**
* 取代ListView的LinearLayout,使之能够成功嵌套在ScrollView中
* @author terry_龙
*/
public class LinearLayoutForListView extends LinearLayout

private BaseAdapter adapter;
private OnClickListener onClickListener = null;

/**
* 绑定布局
*/
public void bindLinearLayout()
int count = adapter.getCount();
this.removeAllViews();
for (int i = 0; i < count; i++)
View v = adapter.getView(i, null, null);

v.setOnClickListener(this.onClickListener);
addView(v, i);

Log.v("countTAG", "" + count);


public LinearLayoutForListView(Context context)
super(context);

上面的代码拷贝保存为LinearLayoutForListView.class,或者直接拷贝Demo中的这个类在自己的工程里。我们只需要把原来xml布局文件中的ListView替换为这个类就行了:

<pm.nestificationbetweenscrollviewandabslistview.mywidgets.LinearLayoutForListView
android:id="@+id/act_solution_3_mylinearlayout"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
</pm.nestificationbetweenscrollviewandabslistview.mywidgets.LinearLayoutForListView>

在Activity中也把ListView改成LinearLayoutForListView,就能成功运行了。

mylinearlayout = (LinearLayoutForListView) findViewById(R.id.act_solution_3_mylinearlayout);
adapter = new AdapterForListView(this);
mylinearlayout.setAdapter(adapter);

4、自定义可适应ScrollView的ListView
这个方法和上面的方法是异曲同工,方法3是自定义了LinearLayout以取代ListView的功能,但如果我脾气就是倔,就是要用ListView怎么办?那就只好自定义一个类继承自ListView,通过重写其onMeasure方法,达到对ScrollView适配的效果。
下面是继承了ListView的自定义类:

import android.content.Context;
import android.util.AttributeSet;
import android.widget.ListView;

public class ListViewForScrollView extends ListView
public ListViewForScrollView(Context context)
super(context);


public ListViewForScrollView(Context context, AttributeSet attrs)
super(context, attrs);


public ListViewForScrollView(Context context, AttributeSet attrs,
int defStyle)
super(context, attrs, defStyle);


@Override
/**
* 重写该方法,达到使ListView适应ScrollView的效果
*/
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
int expandSpec = MeasureSpec.makeMeasureSpec(Integer.MAX_VALUE >> 2,
MeasureSpec.AT_MOST);
super.onMeasure(widthMeasureSpec, expandSpec);



三个构造方法完全不用动,只要重写onMeasure方法,需要改动的地方比起方法3少了不是一点半点…
在xml布局中和Activty中使用的ListView改成这个自定义ListView就行了。代码就省了吧…
这个方法和方法1有一个同样的毛病,就是默认显示的首项是ListView,需要手动把ScrollView滚动至最顶端。

sv = (ScrollView) findViewById(R.id.act_solution_4_sv);
sv.smoothScrollTo(0, 0);

5、设置ScrollView的属性,使ListView能够成功嵌套(无法达到预定效果)
这个方法是我在写Demo的时候找到的,第一反应是有这个方法我还写这个Demo干嘛,只要在布局文件中添加一个属性就搞定了。不过结果确实是ListView的大小把ScrollView的剩余部分填满了,但却不能滚动,真是个致命的问题…
不废话了,布局文件中:

<ScrollView
android:id="@+id/act_solution_5_sv"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/act_solution_5_vg_top"
android:fillViewport="true">
参考技术A 在设置完ListView的Adapter后,根据ListView的子项目重新计算ListView的高度,然后把高度再作为LayoutParams设置给ListView,这样它的高度就正确了,以下是源码:
public class Utility
public static void setListViewHeightBasedOnChildren(ListView listView)
ListAdapter listAdapter = listView.getAdapter();
if (listAdapter == null)
// pre-condition
return;

int totalHeight = 0;
for (int i = 0; i < listAdapter.getCount(); i++)
View listItem = listAdapter.getView(i, null, listView);
listItem.measure(0, 0);
totalHeight += listItem.getMeasuredHeight();

ViewGroup.LayoutParams params = listView.getLayoutParams();
params.height = totalHeight + (listView.getDividerHeight() * (listAdapter.getCount() - 1));
listView.setLayoutParams(params);


只要在设置ListView的Adapter后调用此静态方法即可让ListView正确的显示在其父ListView的ListItem中。但是要注意的是,子ListView的每个Item必须是LinearLayout,不能是其他的,因为其他的Layout(如RelativeLayout)没有重写onMeasure(),所以会在onMeasure()时抛出异常。
在ScrollView中嵌套ListView(或者ScrollView)的另外一个问题就是,子ScrollView中无法滑动的(如果它没有显示完全的话),因为滑动事件会被父ScrollView吃掉,如果想要让子ScrollView也可以滑动,只能强行截取滑动事件,有牛人在论坛中发过代码说可以。虽然我没有亲自试过,但估计是可行的。
虽然在ScrollView中显示ScrollView在技术上的难题可以攻破,但是这样的设计却是非常差的用户体验因为用户会不容易看到和操作子ScrollView中的内容。比如好的设计是,父ListView的每个Item只显示概括性的描述,然后点击其Item会进入另外一个页面来详细描述和展示以及对这个Item的操作。

以上是关于如何在scrollview的顶部固定一个控件的主要内容,如果未能解决你的问题,请参考以下文章

NestedScrollView顶部滑动

ScrollView 实现子视图滑动到顶部时固定不动

如何在ScrollView中嵌套ListView

Swift 将 UIView 粘贴到 ScrollView 的顶部并使其固定

折叠标题视图 - ScrollView 在到达底部时停止滚动

Android - 问题解决之ScrollView嵌套ListView时总是自动滑动到ListView顶部的问题