ビューのメインレイアウトとしてRelativeLayoutを使用しています。画像を背景に設定しました。また、そのビューにEditTextをいくつか追加しました。私の問題は、EditTextの編集を開始してキーボードが表示されると、背景が上にスクロールすることです。どうすればこれを解決できますか?これは私のRelaviveLayout定義です:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layoutPrincipal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:focusable="true"
android:focusableInTouchMode="true"
android:background="@drawable/ciudad_hd_1"
android:orientation="vertical" >