i want the whole layout move up to show while popping the soft keyboard, but the button on the bottom of the view cannot be seen.
the AndroidManifest.xml:
<activity
android:name="cn.duckr.android.plan.PlanConfirmPaymentActivity"
android:windowSoftInputMode="adjustPan"
style="@style/base_activity_style"
android:theme="@style/confirm_payment_anim_theme" />
You can put whole layout except the particular button in a ScrollView to achieve this.
like this