Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Assuming that you have inserted a closing tag <code>&lt;/RelativeLayout&gt;</code> in your xml file, I tried your code and it is working fine on my end. Please try to clean project and rebuilding it again from</p> <pre><code>Project -&gt; Clean Project -&gt; Build Project </code></pre> <p>EDIT: Can you please try this for layout? Please note that I have removed ScrollView from layout and inserted the line <code>text.setMovementMethod(new ScrollingMovementMethod());</code> again.</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; &lt;TextView android:text=" " android:id="@+id/textView1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:scrollbars="vertical" android:maxLines="10"&gt; &lt;/TextView&gt; &lt;RelativeLayout android:id="@+id/InnerRelativeLayout" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentBottom="true" &gt; &lt;Button android:text="Button1" android:id="@+id/button1" android:layout_alignParentRight="true" android:layout_width="wrap_content" android:layout_height="wrap_content"&gt; &lt;/Button&gt; &lt;EditText android:id="@+id/editText1" android:layout_width="fill_parent" android:layout_toLeftOf="@id/button1" android:layout_height="wrap_content"&gt; &lt;/EditText&gt; &lt;/RelativeLayout&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.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      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