我想在添加更多文本时使多行文本自动向下滚动:
<EditText
android:id="@+id/Text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/TypeBox"
android:layout_below="@+id/ReceiverName"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"
android:layout_weight="0.65"
android:ems="10"
android:focusable="false"
android:gravity="bottom"
android:inputType="textMultiLine|textNoSuggestions" >
</EditText>
我试过搜索它,但我能找到的只是滚动视图中文本框的自动滚动。