Note that there are some explanatory texts on larger screens.

plurals
  1. POMake Linearlayout scrollable without using Scrollview
    primarykey
    data
    text
    <p>I have a Linearlayout and I want to make it scrollable without using ScrollView. Is it possible. Any suggestions will be appreciated. Here's the detail: If I wrap the LinearLayout using ScrollView, it is ok but when I used a ListView inside LinearLayout(because it is my clients requirement), it said do not use ListView inside ScrollView. I have to show 50 product list using ListView and I have to put this ListView inside LinearLayout and at the same time whole layout will be scrollable. Is it possible. Here is the skeleton:</p> <pre><code>&lt;LinearLayout&gt; &lt;RelativeLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;TextView&gt; &lt;/LinearLayout&gt; &lt;LinearLayout&gt; &lt;ListView&gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&gt; &lt;/LinearLayout&gt; </code></pre> <p>Important: See the ListView where I want to add 50 list item. So how can I make this total LinearLayout scrollable. </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.
 

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