So stellen Sie das Layout an, wenn die weiche Tastatur angezeigt wird
// add the following line in your Manifest where your Activity is called
android:windowSoftInputMode="adjustResize"
// in some version of Android you should add this instead
android:windowSoftInputMode="adjustPan|adjustResize"
Mohamed Boumlyk