位置: 编程技术 - 正文
推荐整理分享ScrollView用法(一)(scroll-view组件用于实现),希望有所帮助,仅作参考,欢迎阅读内容。
文章相关热门搜索词:scrollview使用,scrollview用法,scroll-view flex,scroll-view组件用于实现,scrollwidth,scroll-view组件用于实现,scrollview用法,scrollview实现原理,内容如对您有帮助,希望把文章链接给更多的朋友!
理论部分
1、ScrollView和HorizontalScrollView是为控件或者布局添加滚动条
2、上述两个控件只能有一个孩子,但是它并不是传统意义上的容器
3、上述两个控件可以互相嵌套
4、滚动条的位置现在的实验结果是:可以由layout_width和layout_height设定
5、ScrollView用于设置垂直滚动条,HorizontalScrollView用于设置水平滚动条:需要注意的是,有一个属性是 scrollbars 可以设置滚动条的方向:但是ScrollView设置成horizontal是和设置成none是效果同,HorizontalScrollView设置成vertical和none的效果同。
实践部分
1、一个小案例
<?xml version="1.0" encoding="utf-8"?><HorizontalScrollView xmlns:android=" android:layout_width="fill_parent" android:layout_height="fill_parent" >
<ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content" >
<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="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" />
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:textSize="sp" /> </LinearLayout> </ScrollView>
</HorizontalScrollView>
public class ScrollerActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.main5); }}
计算两个GPS坐标的距离 方法四 - Java语言 Java计算两个GPS坐标点之间的距离1.Lat1Lung1表示A点经纬度,Lat2Lung2表示B点经纬度;2.a=Lat1–Lat2为两点纬度之差b=Lung1-Lung2为两点经度之差;3..为地球
计算汽车行驶的方向 1.场景:已知汽车行驶过程中的2个GPS坐标点A(n1,e1),B(e),计算它行驶的方向。2.分析:如上图所示,知道了两个点A、B,可以假设一个C点,让三个点
Android大图片裁剪终极解决方案(中:从相册截图) 转载声明:Ryan的博客文章欢迎您的转载,但在转载的同时,请注明文章的来源出处,不胜感激!:-)
友情链接: 武汉网站建设