为了账号安全,请及时绑定邮箱和手机立即绑定

如何在Android中使用ScrollView?

如何在Android中使用ScrollView?

慕慕森 2019-07-06 14:57:40
如何在Android中使用ScrollView?我有一个XML布局文件,但是文本非常适合屏幕大小。我需要做什么才能ScrollView?<?xml version="1.0" encoding="utf-8"?><TableLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:stretchColumns="1" >     <TableRow>         <ImageView             android:id="@+id/imageView"             android:layout_width="wrap_content"             android:layout_height="wrap_content"             android:layout_marginLeft="5dip"             android:layout_marginTop="10dip"             android:layout_marginRight="5dip"             android:tint="#55ff0000"             android:src="@drawable/icon" />     </TableRow>     <TableRow>         <TextView             android:id="@+id/name"             android:layout_width="wrap_content"             android:layout_height="wrap_content"             android:padding="3dip"             android:text="  Name " />         <TextView android:id="@+id/name1"             android:layout_width="wrap_content"             android:layout_height="wrap_content"             android:gravity="left"             android:text="Veer" />     </TableRow>     <TableRow>         <TextView android:id="@+id/age"             android:layout_width="wrap_content"             android:layout_height="wrap_content"             android:padding="3dip"             android:text="  Age" />         <TextView android:id="@+id/age1"             android:layout_width="wrap_content"             android:layout_height="wrap_content"             android:gravity="left"             android:text="23" />     </TableRow>
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 460 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信