0
How do I stop the button from moving when editText pulls the Keyboard? Thanks in advance.
xml of Bhutan:
<Button
android:id="@+id/hora_picker"
android:layout_width="300dp"
android:layout_height="wrap_content"
android:text="ESCOLHER HORA"
android:textStyle="bold"
android:textSize="25sp"
android:layout_alignBaseline="@+id/Hora"
android:layout_alignBottom="@+id/Hora"
android:layout_toEndOf="@+id/sala" />
That button of yours must be with
align_bottom
, nay?– Leonardo Dias
I will edit with the xml button.
– Pedro Gouveia
I don’t think that’s the xml button.
– ramaral