アプリに奇妙なバグがあり、誰かがそれを修正するのを手伝ってくれるかどうか疑問に思っていました。いくつかの既存のテキストを含む単純なEditTextがあります。カーソルを上に移動し、Enterキーを押すと、最初の行が下に移動し、2番目の行の上に移動します。私は私が見ているものの視覚を助けるためにビデオを作りました:
https://www.youtube.com/watch?v=vJfTDjBxdT4&feature=youtube_gdata_player
電話はストックサムスンギャラクシーネクサスです。InputTypeを他のさまざまなものに変更しようとしましたが、すべて同じ問題があるようです。レイアウトは次のとおりです。
<EditText
android:id="@+id/editor_text"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_weight="0.72"
android:gravity="top"
android:inputType="textMultiLine|textCapSentences|textAutoCorrect"
android:singleLine="false" >
</EditText>