在我的應用程序中,我使用EditText編寫郵件說明,並按照以下內容進行製作。 我的edittext有多行。 當我輸入更多行並嘗試在edittext中從下往上移動時,edittext的滾動不起作用。如何在scrollview中滾動edittext?
任何人都可以幫助我嗎? 謝謝..
<ScrollView
android:id="@+id/scrollView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:scrollbarStyle="insideOverlay">
<EditText
android:id="@+id/edBody"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:lines="5"
android:scrollbars="vertical"
android:text=""
android:inputType="textMultiLine"/>
</ScrollView>
嗨,你可以請幫助我,如果你找到任何解決這個問題。 – Raj 2012-08-06 10:59:00