edittextで画像を使用しています。画像が大きいのでカーソルが真ん中に来る
<EditText
android:id="@+id/titletobeset"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxHeight="200dp"
android:maxLines="200"
android:background="@drawable/wallpape"
android:layout_marginLeft="4dp"
android:layout_marginRight="4dp"
android:cursorVisible="true">
</EditText>