-1
ボタンを画面に固定して固定するにはどうしたらいいですか?キーボードを開くと、キーボードの上にボタンが上がり、閉じたときに画面に戻ります。私はそれがキーボードの下に隠れることが必要です、つまり、それは常に固定された場所にいました。画面上のボタンの位置を修正します
ボタンに責任があるのコードフラグメント:
<RelativeLayout
android:padding="10dp"
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/confirm_order_layout">
<Button
android:id="@+id/confirm_order"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:background="@drawable/button_style_green"
android:text="@string/confirm_order"
android:textSize="18dp"
android:textStyle="bold" />
</RelativeLayout>
ようこそスタックオーバーフロー! [Stack Overflowは英語のサイトです。](// meta.stackexchange.com/q/13676) –
check https://ru.stackoverflow.com –