I’ve a RelativeLayout as my main layout for my view. I’ve set an image as background. I’ve also added a couple of EditText on that view. My problem is that when I begin editing an EditText and the keyboard is displayed, my background scrolls up. How could I solve this?
This is my RelaviveLayout definition:
<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" >
Try to use this in your activity Tag in th AndroidManifest.xml