您好,我正在寻找一种在其中包含我的免责声明的文本框(像这样)的方法,所以我想要一种上下滚动条的方法,因为文本会有点长,我无法将其放入此刻的盒子。
http://img24.imageshack.us/img24/6303/introqm.png
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/LYLBKGRD" >
<EditText
android:id="@+id/editText1"
android:layout_width="300dp"
android:layout_height="250dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="15dp"
android:inputType="textMultiLine">
<requestFocus />
</EditText>
谢谢你