Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to prevent sliding a layout when keyboard show up
    primarykey
    data
    text
    <p>I have written a layout xml and put <code>EditText</code> below of <code>ImageView</code> and above of a button. When I click the <code>EditText</code> for texting, button is coming up and it is showing on <code>EditText</code> .How to solve this problem? I have added to manifest <code>android:windowSoftInputMode="adjustPan"</code> . It is still not working. Here is my layout;</p> <pre><code>&lt;EditText android:id="@+id/editTextGunlukIcerik" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignLeft="@+id/imageView" android:layout_below="@+id/imageView" android:layout_marginTop="68dp" android:ems="10" android:maxLines="7" android:overScrollMode="always" android:scrollHorizontally="false" android:scrollbarAlwaysDrawVerticalTrack="true" android:scrollbarStyle="insideInset" android:scrollbars="vertical" &gt; &lt;requestFocus /&gt; &lt;/EditText&gt; &lt;TextView android:id="@+id/textViewTarih" android:layout_width="fill_parent" android:layout_height="15dp" android:textStyle="normal|italic" android:textAlignment="center" android:layout_alignLeft="@+id/editTextGunlukIcerik" android:layout_below="@+id/imageView" android:layout_marginTop="36dp"/&gt; &lt;Button android:id="@+id/buttonGunlukKaydet" android:windowSoftInputMode="adjustResize" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:layout_marginBottom="17dp" android:text="Kaydet" /&gt; </code></pre> <p></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload