私はEditText
、等号ボタンをクリックするたびに最後の行を上に移動する履歴計算機に取り組んでいます。これは可能ですか?メインxmlに次のコードを設定します
<EditText android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:singleLine="false"
android:lines="5"
android:layout_marginLeft="10dip"
android:layout_marginRight="10dip"/>